x ads get card
x_ads_get_cardRetrieve a single card by ID from an X Ads account, preserving native fields and pagination. Use this to access card details including micro-denominated monetary values.
Instructions
Get a single card by ID Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | Card ID belonging to the selected X Ads account. | |
| account_id | Yes | X Ads account ID from X_ADS_ACCOUNT_IDS. | |
| with_deleted | No | Include the card even if soft-deleted (default false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |