Meta Ads / API Reference
meta_google_drive_list_videos
Tool tool. List all video files inside a Google Drive folder. Args: folder_url: Full Google Drive folder URL (https://drive.google.com/drive/folders/FOLDER_ID) or a bare folder ID. Leave blank to search across the entire Drive. Returns: JSON array of video files, each with: id, name, mimeType, size (bytes), modifiedTime, webViewLink. Pass the 'id' or 'webViewLink' to meta_google_drive_get_video_info or meta_ads_upload_ad_video.
This is a read-only tool: it returns google drive list videos 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 list videos in my Meta Ads account.
It takes 0 required and 1 optional parameter.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
folder_url | string | No | Folder Url |
Related Meta Ads tools
meta_google_drive_list_filesmeta_google_drive_download_filemeta_google_drive_get_video_infometa_google_drive_upload_video_to_metameta_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: