x_ ads_ create_ card
Create a card from a JSON components payload. A write tool that previews before it changes anything, one of 44 X Ads tools on the Get MCP Ads MCP gateway.
Create a card from a JSON components payload. Cards are immutable through this API (there is no update tool) ; to change a card, create a new one and promote a new post that uses the new card_uri. 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. |
components | array | Required | Card component objects, rendered top to bottom. |
name | string | Required | Card name. |
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_create_card",
"args": {
"account_id": "<string>",
"components": "<array>",
"name": "<string>"
}
}
}