x_ ads_ get_ media_ upload_ status
Read processing status of an upload owned by the connected X user. One of 44 X Ads tools on the Get MCP Ads MCP gateway.
Read processing status of an upload owned by the connected X user. Media uploads are user-owned until registered in the selected account's media library.
- Source
- X Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
account_id- Endpoint
- https:/
/ mcp. getmcpads. com/ x-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
account_id | string | Required | X Ads account selected in Sources. Register the resulting media in this account's media library. |
media_id | string | Required | Numeric media ID returned by this connected user's upload. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "x_ads_get_media_upload_status",
"args": {
"account_id": "<string>",
"media_id": "<string>"
}
}
}