x_ ads_ promote_ post
Attach post(s) to a line item as its ad creative(s). A write tool that previews before it changes anything, one of 26 X Ads tools on the Get MCP Ads MCP…
Attach post(s) to a line item as its ad creative(s). Promoted posts have no entity_status of their own ; they cannot serve while the parent line item or campaign is paused. The response carries each post's approval_status (ads enter review before serving). Preview by default. Ask the user to approve the exact account, target and parameters before confirm:true.
- Source
- X Ads
- Kind
- Write
- 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 ID selected in Sources. |
line_item_id | string | Required | Line item to attach the post(s) to. |
tweet_ids | string | Required | Comma-separated post (tweet) IDs to promote (from list_account_posts or create_ad_post). |
confirm | boolean | Optional | False previews only; true applies this exact change after explicit human confirmation. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "x_ads_promote_post",
"args": {
"account_id": "<string>",
"line_item_id": "<string>",
"tweet_ids": "<string>"
}
}
}