x ads get campaign
x_ads_get_campaignRetrieve a specific X Ads campaign by its ID. Optionally include soft-deleted campaigns.
Instructions
Get a single campaign 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 |
|---|---|---|---|
| account_id | Yes | X Ads account ID from X_ADS_ACCOUNT_IDS. | |
| campaign_id | Yes | Campaign ID belonging to the selected X Ads account. | |
| with_deleted | No | Include the campaign 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. |