get_ad_details
Retrieve comprehensive details about a Meta Ads campaign using its ad ID. This tool integrates with the Meta Ads MCP server to provide specific ad information for analysis and management.
Instructions
Get detailed information about a specific ad.
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_detailsArguments",
"type": "object"
}