Skip to content
Get MCP AdsGet MCP Ads, home
View as Markdown

pinterest_prepare_video_upload

Register an upload for a frozen Launcher video and save its opaque receipt before transferring bytes.

Register an upload for a frozen Launcher video and save its opaque receipt before transferring bytes. Does not create a Pin or ad. Preview, confirm, upload, then check processing.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/pinterest-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredOwning advertising account ID. Use the exact ID returned by account discovery; do not substitute a campaign or business ID.
sourceUrlstringRequiredSigned frozen Launcher video URL. Bind the imported asset using {$asset,field:"url"}; arbitrary external URLs are not accepted.
confirmbooleanOptionalPreview by default; true transfers the approved video.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_prepare_video_upload",
    "args": {
      "adAccountId": "<string>",
      "sourceUrl": "<string>"
    }
  }
}
Esc

Type to search