Skip to main content
Glama
mathieubernardi

meta-mcp-py

create_lookalike_audience

Builds a lookalike audience from an existing one, using a ratio to control reach and precision.

Instructions

Crée une audience similaire à partir d'une audience existante.

ratio : 0.01 = 1 % de la population du pays (le plus proche de l'origine), jusqu'à 0.10 pour une audience plus large et moins précise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
ratioNo
countryNoFR
ad_account_idYes
origin_audience_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only says 'creates' and explains ratio semantics; it does not disclose side effects, async processing time, required permissions, or what happens to the source audience. This is minimal transparency for a creation operation.

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 compact and front-loaded: one clear action sentence followed by a concise explanation of the only non-obvious parameter. Every sentence contributes value without repetition or filler.

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

Completeness3/5

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

The description plus output schema is sufficient to attempt invocation: required parameters are visible in the schema and ratio is explained. However, it lacks explicit routing to alternatives, prerequisites for the origin audience, and any note about creation latency or status, so completeness is only adequate.

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?

The schema has 0% description coverage, and the description compensates only for the ratio parameter by explaining the 0.01–0.10 range and precision tradeoff. Other parameters (ad_account_id, name, country, origin_audience_id) are left entirely to their names and defaults, though those are reasonably self-explanatory.

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 states a specific verb and resource: it creates a lookalike ('similar') audience from an existing audience. This distinguishes it from the sibling create_custom_audience, which builds a custom audience rather than a lookalike, and the French phrasing maps directly to the tool's function.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool instead of other audience tools like create_custom_audience, list_custom_audiences, or get_custom_audience. The only contextual hint is 'from an existing audience', which implies a prerequisite but does not explain when selecting this tool is appropriate.

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/mathieubernardi/Meta_Business_MCP'

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