Skip to main content
Glama

Send Page Message

meta_send_page_message

Send a message from your Facebook Page to a user's existing conversation. Requires pages_messaging permission and works within the 24-hour messaging window.

Instructions

Sends a message from a Facebook Page to a user (in an existing conversation).

Args:

  • page_id (string): Facebook Page ID

  • recipient_id (string): PSID (page-scoped user ID) of the recipient

  • message (string): Message text

Requires pages_messaging permission. Only works within the 24-hour messaging window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
recipient_idYesPage-scoped user ID
messageYes
Behavior4/5

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

The description confirms a write operation (sends a message) consistent with readOnlyHint=false. It adds specific behavioral constraints (24-hour window, permission) beyond annotations. 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?

Extremely concise: one paragraph with clear bullet-like args. Every sentence adds value (purpose, args, permission, window). No fluff.

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?

Covers purpose, parameters, requirements, and limitations. No output schema needed. Could mention idempotency or response format, but not critical for this simple tool.

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?

Schema description coverage is low (33%), so the description compensates by listing parameters with brief explanations (e.g., 'PSID' for recipient_id). However, it lacks details like minLength for message or format hints, leaving some gaps.

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 (sends a message), the resource (from a Facebook Page to a user), and the context (in an existing conversation). It distinguishes from siblings like meta_send_instagram_message by specifying 'Facebook Page' and 'existing conversation'.

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 mentions the 24-hour messaging window restriction and required pages_messaging permission, providing clear context for when to use. It does not explicitly mention when not to use or alternatives, but the constraints are well-articulated.

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