Skip to main content
Glama
Green-pep

meta-ads-mcp-patched

by Green-pep

remove_users_from_audience

Remove users from a Meta Ads custom audience by supplying the audience ID and a SHA-256 hashed payload.

Instructions

Remove users from a custom audience. Payload format is the same as add_users_to_audience.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYesJSON string: {schema: ['EMAIL','PHONE',...], data: [['hash1','hash2',...], ...]}. All PII must be SHA-256 hashed.
audience_idYesAudience ID
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the removal action and payload format reference, without mentioning irreversibility, required permissions, side effects, or whether the removal is permanent. This is a significant gap for a mutation tool.

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 two short sentences with no fluff, effectively front-loading the main action. It earns efficiency points, though it sacrifices depth that could improve behavioral transparency.

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

Completeness2/5

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

Given the tool has no annotations and no output schema, the description is too minimal. It does not explain side effects, prerequisites, or when to prefer this over sibling tools. The schema covers parameters, but contextual and behavioral aspects are left entirely unaddressed.

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 provides 100% coverage with detailed descriptions for both parameters, including payload structure and SHA-256 hashing requirement. The description adds only a cross-reference to add_users_to_audience for format, which is helpful but not essential given the schema already carries the details.

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 the action ('Remove users') and the target resource ('a custom audience'). It distinguishes from siblings like add_users_to_audience by using the verb 'Remove' and also references the payload format to link with the add tool, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage by the action verb and indicates the payload format matches add_users_to_audience, but it does not explicitly state when to use this tool vs alternatives or any exclusions. There is no contextual guidance beyond the basic action.

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/Green-pep/meta-ads-mcp-patched'

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