Skip to main content
Glama

Delete Meta Pixel

meta_delete_pixel
Destructive

Delete a Meta Pixel by providing its pixel ID to remove tracking from your Meta assets.

Instructions

Deletes a Meta Pixel.

Args:

  • pixel_id (string): Pixel ID to delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pixel_idYes
Behavior3/5

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

The description is consistent with the annotations (destructiveHint: true) and does not contradict them. However, it adds no additional behavioral context beyond the annotation, such as permanence, cascading effects, or error behavior. With annotations already covering the destructive nature, the description provides minimal added value.

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 extremely concise, consisting of a single purpose sentence and a parameter line. It is front-loaded with the action and avoids any fluff. Every word is purposeful, making it an model of efficiency for a simple tool.

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?

Given the tool's simplicity (one parameter, no output schema), the description covers the basic essentials but lacks context such as irreversibility (already implied by destructiveHint) or what happens on success/failure. It does not mention any prerequisites like access permissions or ownership. For a delete operation, this is a minor gap but not critical.

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?

The input schema has zero description coverage, so the description's line 'pixel_id (string): Pixel ID to delete' adds essential meaning by clarifying the purpose of the parameter. Though brief, it effectively explains that the pixel_id identifies the pixel to be deleted, which the schema alone does not convey.

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 the exact action (deletes) and the specific resource (Meta Pixel). It is a clear, specific verb+resource statement that distinguishes from siblings like meta_delete_post or meta_delete_ad, since the resource is unambiguous.

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 provided about when to use this tool versus alternatives. It does not mention prerequisites, irreversibility, or any context about when deletion is appropriate. The description lacks any when-to-use or exclusion criteria, leaving the agent to infer usage.

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/open-work-org/open-mcp-servers'

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