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.
- Source
- Pinterest Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Owning advertising account ID. Use the exact ID returned by account discovery; do not substitute a campaign or business ID. |
sourceUrl | string | Required | Signed frozen Launcher video URL. Bind the imported asset using {$asset,field:"url"}; arbitrary external URLs are not accepted. |
confirm | boolean | Optional | Preview by default; true transfers the approved video. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_prepare_video_upload",
"args": {
"adAccountId": "<string>",
"sourceUrl": "<string>"
}
}
}