API Reference

Meta Ads / API Reference

meta_upload_ad_video

First-choice video upload tool for Meta Ads. Use this when the user says upload a video, attached a video, or pasted a public video URL. If the user gives a public URL, pass that URL directly to this tool instead of refusing to fetch it yourself. Accepts source as a local file path (e.g. /path/to/ad.mp4 or C:\Users\me\ad.mp4), public URL, data URI/raw base64 video bytes, or existing video_id. account_id is the primary parameter; ad_account_id is also accepted as a legacy alias. Does not create a creative or ad.

This is a write tool: it uploads ad video in your Meta Ads account. Claude asks you to confirm before it runs.

Ask Claude

You do not call this tool yourself. Ask for the outcome and the client picks the tool:

Upload ad video in my Meta Ads account for [source].

It takes 1 required and 7 optional parameters.

Parameters

ParameterTypeRequiredDescription
sourcestringYesSource
filenamestringNoFilename
titlestringNoTitle
account_idstringNoAccount Id
ad_account_idstringNoAd Account Id
wait_for_readybooleanNoWait For Ready
timeout_secondsintegerNoTimeout Seconds
poll_secondsintegerNoPoll Seconds

Related Meta Ads tools

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:

Start using MCP Ads