Skip to main content
Glama

Share Meta Pixel

meta_share_pixel

Share a pixel with another ad account for cross-account tracking. Requires pixel, ad account, and business IDs.

Instructions

Shares a pixel with another ad account.

Args:

  • pixel_id (string): Pixel ID

  • ad_account_id (string): Target ad account ID

  • business_id (string): Business ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pixel_idYes
ad_account_idYes
business_idYes
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior2/5

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

Annotations are all false, placing full burden on the description. However, the description merely states the action without disclosing side effects, reversibility, permissions needed, or whether the share can be revoked. This minimal disclosure is insufficient for a complete behavioral 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 extremely concise with two sentences and a parameter list. It is front-loaded with the core purpose and wastes no words. Every element serves a purpose.

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?

There is no output schema, so the description should explain return values or success indicators, but it does not. The optional 'response_format' parameter is not mentioned in the description. The description is incomplete for a share action, lacking context on what happens after sharing.

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

Parameters2/5

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

Schema description coverage is only 25% (only response_format has a description). The tool description adds brief labels (e.g., 'Pixel ID') but does not explain parameter formats, constraints, or usage details beyond what the schema already provides. This does not adequately compensate for the low 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 'Shares a pixel with another ad account,' which is a specific verb+resource+target action. This distinguishes it from sibling tools like meta_get_pixel, meta_create_pixel, etc., which handle other pixel operations.

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 when needing to grant another ad account access to a pixel, but it lacks explicit guidance on when not to use this tool, prerequisites (e.g., admin permissions), or alternative methods. No exclusions are provided.

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/oliverames/meta-mcp-server'

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