meta_ get_ creatives
Get ad creative content: text, images, videos, links, call-to-action. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.
Get ad creative content: text, images, videos, links, call-to-action. Returns creative details for specified ads.
- Source
- Meta Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Ad account ID (e.g., act_123456789) |
adIds | array | Optional | Specific ad IDs to get creatives for. |
limit | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_creatives",
"args": {
"adAccountId": "<string>"
}
}
}