Inputs
Output
Type:Dict
Returns the ad ID (if provided), the resolved creative ID, and the raw creative payload from Meta.
Fields: ad_id, creative_id, creativeDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetches a Meta ad creative by ad_id or creative_id and returns the raw creative payload
| App | Meta Ads |
| Operation ID | meta_ads_get_ad_creative |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select Meta Ads account that owns the ad or creative, ask the user for it if not provided |
ad_id | string | No | - | The ad ID to look up. The runner will resolve its current creative and return it. Provide either ad_id or creative_id (not both required). |
creative_id | string | No | - | The creative ID to fetch directly. Use this when you already know the creative ID and don’t need an ad lookup. Provide either ad_id or creative_id. |
Dict
Returns the ad ID (if provided), the resolved creative ID, and the raw creative payload from Meta.
Fields: ad_id, creative_id, creative