x_ ads_ list_ post_ previews
Get rendered HTML previews for published or scheduled posts Native X fields and pagination are preserved; monetary fields ending in _micro are millionths…
Get rendered HTML previews for published or scheduled posts Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account currency.
- Source
- X Ads
- Kind
- Read
- 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. |
tweet_ids | string | Required | Comma-separated post IDs (or scheduled post IDs, per tweet_type) to preview (max 200). |
tweet_type | string | Required | Type of the IDs in tweet_ids. One of: PUBLISHED, DRAFT, SCHEDULED. |
user_id | string | Optional | Promotable user the posts belong to (defaults to the account's own user); needed when previewing ... |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "x_ads_list_post_previews",
"args": {
"account_id": "<string>",
"tweet_ids": "<string>",
"tweet_type": "PUBLISHED"
}
}
}