Skip to main content
Glama

Get Page Conversations

meta_get_page_conversations
Read-only

Retrieve conversations from a Facebook Page inbox. Control results with page ID, limit, and optional pagination cursor.

Instructions

Lists conversations (messages) in a Facebook Page inbox.

Args:

  • page_id (string): Facebook Page ID

  • limit (number): Max conversations (1–100, default 20)

  • after (string, optional): Pagination cursor

Requires pages_messaging permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
limitNo
afterNo
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 already indicate readOnlyHint=true and destructiveHint=false. The description adds the behavioral trait of requiring 'pages_messaging permission', which is beyond annotations. However, it lacks details on pagination behavior, rate limits, or response structure, which would enhance transparency.

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, using two sentences and a brief Args list. It is front-loaded with the purpose, and every sentence adds value. No unnecessary information is present.

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?

The tool lacks an output schema, so the description should explain return values or response format. It does not mention the response_format parameter (defined in schema) or describe the structure of the returned conversation list. This omission leaves the agent underinformed for a list 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 (25%), with only response_format having a schema description. The tool description provides basic context for page_id, limit (default 20), and after (pagination cursor), but largely repeats schema info. It does not fully compensate for the missing schema descriptions of other parameters.

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 tool lists conversations in a Facebook Page inbox. The verb 'lists' and resource 'conversations' are specific, and the scope 'Facebook Page inbox' distinguishes it from similar tools like meta_get_conversation_messages or meta_get_instagram_conversations.

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 mentions the required permission 'pages_messaging', providing a prerequisite. However, it does not explicitly state when to use this tool versus alternatives or provide any 'when not to use' guidance. The usage context is implied but not detailed.

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