Skip to main content
Glama

Subscribe Page to Webhooks

meta_subscribe_page_webhooks
Idempotent

Subscribe to Facebook Page webhook updates for fields like feed, messages, or conversations. Check current subscriptions by omitting fields.

Instructions

Subscribes your app to receive webhook updates for a Facebook Page.

Args:

  • page_id (string): Facebook Page ID

  • subscribed_fields (string[]): Fields to subscribe to, e.g., feed, messages, messaging_postbacks, conversations

Call without subscribed_fields to check current subscriptions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
subscribed_fieldsNoWebhook fields to subscribe to
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations indicate idempotentHint=true and no destructive/write-only flags. The description adds behavioral nuance: it explains the dual mode (subscribe or check), which is beyond what annotations provide. No contradictions.

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 concise (two sentences plus arg list), front-loaded with the primary purpose, and well-structured. Every sentence adds value without redundancy.

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?

The description covers the main functionality and the dual-use scenario. It does not detail return values or error handling, but given the tool's simplicity and the presence of a response_format parameter, it is sufficiently complete for an agent to use correctly.

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 description lists the main parameters and provides examples for subscribed_fields (e.g., feed, messages). It also explains the special behavior of calling without subscribed_fields. This adds meaning beyond the schema, which only has a brief description for subscribed_fields. Schema coverage is 67% but description compensates well.

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 ('subscribes') and resource ('webhook updates for a Facebook Page'). It is specific and distinct from sibling tools, which primarily focus on reading, creating, or updating other resources.

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 provides clear context for when to use the tool (to subscribe or check subscriptions). It includes a usage note: 'Call without subscribed_fields to check current subscriptions.' However, it does not explicitly exclude scenarios or mention alternatives, but given the sibling set, this is the only webhook subscription tool.

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