meta_ get_ uploaded_ video
Check video processing and membership in the selected account library. One of 59 Meta Ads tools on the Get MCP Ads MCP gateway.
Check video processing and membership in the selected account library. If the first page misses the ID, use the video title to narrow the account-scoped lookup. A direct video read alone never proves membership or readiness. Bounded pagination; not_found is not success.
- Source
- Meta Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-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. |
videoId | string | Required | Exact uploaded video ID returned by Meta in this account. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_uploaded_video",
"args": {
"adAccountId": "<string>",
"videoId": "<string>"
}
}
}