Skip to main content
Glama

meta_ads_lead_forms_list

Retrieve lead forms for a Facebook Page. Get form IDs, status, leads count, and locale to attach to Lead Ads or pull submitted lead data.

Instructions

Lists lead forms configured for a Facebook Page. Returns id, name, status, leads_count, locale, and created_time per form. Read-only. Lead forms belong to Pages, not ad accounts — use this to find a form_id before attaching it to a Lead Ads creative or before pulling submitted lead data via meta_ads_leads_get.

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.
page_idYesFacebook Page ID whose forms to list. Must be a page the authenticated user has admin access to.
limitNoMax forms per call. Default 50, max 1000.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It declares the tool as 'Read-only' and mentions that account_id is optional (falls back to credentials). However, it lacks disclosure of potential errors, rate limits, or auth requirements beyond implicit understanding.

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

Conciseness5/5

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

The description is two sentences with no filler. The first sentence states function and output fields; the second provides usage context. Every sentence adds value.

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?

For a list tool without output schema, it explains returned fields and usage within the Meta Ads workflow. It mentions the relationship to sibling tools and the page ownership constraint. Could mention pagination, but limit parameter covers that.

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

Parameters3/5

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

Schema coverage is 100% with detailed parameter descriptions in the schema. The tool description adds context about page_id's ownership but does not significantly go beyond the schema. Baseline 3 is appropriate given high schema coverage.

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 'Lists lead forms configured for a Facebook Page' and specifies returned fields (id, name, status, leads_count, locale, created_time). It distinguishes itself from siblings like meta_ads_leads_get (which pulls lead data) and meta_ads_lead_forms_create (creation).

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?

The description explicitly says to use this tool before attaching a form to a Lead Ads creative or before pulling submitted lead data. It notes that lead forms belong to Pages, not ad accounts, guiding correct usage. While it doesn't explicitly state when not to use it, 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