Skip to main content
Glama
hashcott

Meta Ads MCP Server

by hashcott

Get Meta Ad Creative by ID

meta_ads_get_ad_creative_by_id
Read-onlyIdempotent

Fetch detailed fields of a specific Meta ad creative by providing its creative ID. Choose from available fields to get body, title, image URL, call-to-action, and more.

Instructions

Retrieve detailed information about a specific Meta ad creative.

Args:

  • creative_id (string): Ad creative ID, e.g., '23842312323312'

  • fields (string[]): Fields to retrieve. Available: id, name, account_id, actor_id, adlabels, asset_feed_spec, authorization_category, body, call_to_action_type, effective_authorization_category, effective_instagram_media_id, effective_object_story_id, image_hash, image_url, instagram_permalink_url, instagram_story_id, instagram_user_id, link_url, object_id, object_story_id, object_story_spec, object_type, object_url, platform_customizations, product_set_id, status, template_url, thumbnail_url, title, url_tags, use_page_actor_override, video_id

  • thumbnail_width (number): Width of the thumbnail image in pixels (default: 64)

  • thumbnail_height (number): Height of the thumbnail image in pixels (default: 64)

Returns: Object with the requested creative fields.

Examples:

  • Use when: "Get the body text, title, and image URL for creative 23842312323312"

  • Use when: "What is the call-to-action type and status of this creative?"

  • Use when: "Get a larger thumbnail (300x200) for this creative"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
creative_idYesAd creative ID, e.g., '23842312323312'
fieldsNoFields to retrieve. Available: id, name, account_id, actor_id, adlabels, asset_feed_spec, authorization_category, body, call_to_action_type, effective_authorization_category, effective_instagram_media_id, effective_object_story_id, image_hash, image_url, instagram_permalink_url, instagram_story_id, instagram_user_id, link_url, object_id, object_story_id, object_story_spec, object_type, object_url, platform_customizations, product_set_id, status, template_url, thumbnail_url, title, url_tags, use_page_actor_override, video_id
thumbnail_widthNoWidth of the thumbnail image in pixels (default: 64)
thumbnail_heightNoHeight of the thumbnail image in pixels (default: 64)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hashcott/meta-ads-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server