Skip to main content
Glama
get-mcp-ads

X Ads by Get MCP Ads

x ads get media upload status

x_ads_get_media_upload_status
Read-onlyIdempotent

Check the processing status of a media upload owned by the connected X user to see if it is ready for registration in the selected account's media library.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
media_idYesNumeric media ID returned by this connected user's upload.
account_idYesX Ads account from X_ADS_ACCOUNT_IDS. Register the resulting media in this account's media library.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesOriginal tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds meaningful lifecycle context: media uploads are user-owned until registered in the selected account's media library, clarifying the relationship between uploads and library items. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with the core action front-loaded. The second sentence provides important ownership context without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-status tool with full schema coverage, rich annotations, and an output schema, the description is nearly complete. It could explicitly mention sibling tools for registered media, but that omission is not a critical gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with both media_id and account_id already described in detail. The tool description reinforces the account/media relationship but does not add new parameter-level semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Read' and the resource 'processing status of an upload' owned by the connected X user. It distinguishes from media library tools through ownership context, but does not explicitly name siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The ownership/registration sentence implies when this tool is appropriate (pre-registration status checks) but does not explicitly state when to use this tool versus alternatives like x_ads_get_media_library_item. No explicit exclusions or alternative recommendations are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.