get_ad_creatives
Retrieve detailed creative information for a specific Meta ad using its ID. This tool enables users to analyze ad content and integrate with get_ad_image for a comprehensive view of ad visuals.
Instructions
Get creative details for a specific ad. Best if combined with get_ad_image to get the full image.
Args:
access_token: Meta API access token (optional - will use cached token if not provided)
ad_id: Meta Ads ad ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access_token | No | ||
ad_id | No |
Input Schema (JSON Schema)
{
"properties": {
"access_token": {
"default": null,
"title": "Access Token",
"type": "string"
},
"ad_id": {
"default": null,
"title": "Ad Id",
"type": "string"
}
},
"title": "get_ad_creativesArguments",
"type": "object"
}