Skip to main content
Glama

meta_ads_creatives_create_lead

Build a Lead Ad Creative tied to a Meta Instant Form, returning the new creative ID and object_story_id for lead generation campaigns.

Instructions

Creates a Lead Ad AdCreative attached to a Meta Instant Form. Returns the new creative's id and object_story_id. Mutating, reversible via rollback_apply. Use under a campaign with objective=OUTCOME_LEADS and an ad set with optimization_goal=LEAD_GENERATION. Pre-requisite: the lead form must exist (create via meta_ads_lead_forms_create) and belong to the same Facebook Page. link_url is the fallback landing page for placements where the in-app form cannot render; it must be HTTPS and domain-verified on the ad account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idNoMeta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required.
nameYesCreative name shown in Ads Manager. Internal label — not visible to end users.
page_idYesFacebook Page ID that the ad will be published as. Must be a page the authenticated user has permission to post from. Required by Meta for every creative — ads cannot run without a page identity.
form_idYesLead Form ID returned by meta_ads_lead_forms_create or listed via meta_ads_lead_forms_list. The form must belong to the supplied page_id.
link_urlYesFallback destination URL for placements where the in-app form cannot render. Must be HTTPS and domain-verified on the ad account.
image_urlNoPublic HTTPS image URL. Auto-uploaded to image_hash. Mutually exclusive with image_hash.
image_hashNoPre-uploaded image hash from meta_ads_creatives_upload_image / meta_ads_images_upload_file. Mutually exclusive with image_url. In video mode (when video_id is set), used as the video thumbnail.
video_idNoPre-uploaded video ID from meta_ads_videos_upload / meta_ads_videos_upload_file. When supplied, the creative becomes a video Lead Ad — object_story_spec.video_data is used (not link_data) and lead_gen_form_id is nested under call_to_action.value. image_url is rejected in video mode; supply image_hash directly as the thumbnail.
messageNoPrimary ad body text shown above the creative. Plain text, emoji allowed. ≤125 characters fits most placements without truncation.
headlineNoHeadline shown with the creative. ~40 characters fits most placements. Mapped to link_data.name in image mode and video_data.title in video mode.
descriptionNoLink-caption text shown below the headline. Optional; not all placements render it.
call_to_actionNoCTA button label. SIGN_UP is the canonical Lead Ad CTA and the default. Choose the one that matches the form's purpose.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses mutation ('Creates'), reversibility ('reversible via rollback_apply'), and return values. However, it lacks details on potential side effects, error handling, rate limits, or what happens if prerequisites are not met.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a front-loaded summary, return values, usage guidelines, and parameter details. Every sentence adds value, though it is slightly long. Could be more concise, but effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 12 parameters, no output schema, no annotations, and sibling tools, the description covers main usage, prerequisites, return, and parameter constraints. It omits error conditions and optional parameter defaults, but is fairly complete for a complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds significant extra meaning beyond schema: e.g., account_id fallback, page_id permission requirement, video mode behavior, mutual exclusivity of image_url/image_hash. This goes beyond basic descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Creates a Lead Ad AdCreative attached to a Meta Instant Form' and specifies return values (id and object_story_id). It distinguishes from sibling creative creation tools (carousel, collection, dynamic) by specifying 'Lead Ad' and linking to Instant Form.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides usage context: 'Use under a campaign with objective=OUTCOME_LEADS and an ad set with optimization_goal=LEAD_GENERATION.' Lists prerequisites (lead form must exist via meta_ads_lead_forms_create) and link_url constraints. Does not explicitly state when not to use, but the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/logly/mureo'

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