Meta Ads / API Reference
meta_google_drive_upload_video_to_meta
Tool tool. Full one-shot flow: download a video from Google Drive and upload it to the Meta Ads video library. Combines meta_google_drive_get_video_info + meta_ads_upload_ad_video into a single call. Handles large files and the Drive virus-scan warning page automatically. Args: file_url: Full Google Drive file URL or bare file ID. title: Optional title for the video in Meta. Defaults to the Drive filename. account_id: Ad account ID. Leave blank to use .env default. Returns: JSON with the Meta video ID, e.g. {"id": "12345678"}.
This is a read-only tool: it returns google drive upload video to meta for your Meta Ads account. It changes nothing.
Ask Claude
You do not call this tool yourself. Ask for the outcome and the client picks the tool:
Google drive upload video to meta in my Meta Ads account for [file url].
It takes 1 required and 2 optional parameters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
file_url | string | Yes | File Url |
title | string | No | Title |
account_id | string | No | Account Id |
Related Meta Ads tools
meta_google_drive_download_filemeta_google_drive_get_video_infometa_google_drive_list_filesmeta_google_drive_list_videosmeta_google_drive_watch_folder
Before you can call it
This tool needs a connected Meta Ads account. The Meta Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.
Workflows that use this
Rather than calling tools one at a time, these skills run a whole procedure against the same account: