Skip to main content
Glama
ICWR-TEAM

facebook-automata-mcp

by ICWR-TEAM

get_page_posts

Retrieve posts published by a Facebook Page via the Graph API. Filter by date range, limit results, and select specific fields like message, media, and engagement metrics.

Instructions

List posts published BY a Page (GET /{page-id}/posts).

since/until accept Unix timestamps or strtotime-compatible strings (e.g. "2026-01-01").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
limitNo
sinceNo
untilNo
fieldsNoid,message,story,created_time,updated_time,permalink_url,full_picture,attachments,from,shares,comments.summary(true).limit(0),reactions.summary(true).limit(0),likes.summary(true).limit(0)
page_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses the HTTP method (GET), the specific page-scoped resource, and the accepted since/until timestamp formats, which is useful behavioral context. However, no annotations exist, so the description carries the full burden; it does not mention auth requirements, pagination via 'after', rate limits, or what happens with invalid inputs.

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 short, front-loaded with the core purpose, and each sentence earns its place. The timestamp-format note is a valuable addition and the example makes it concrete without adding bloat.

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?

For a tool with 6 parameters, no annotations, and no schema descriptions, this is incomplete. The output schema may explain return values, but an agent still lacks critical invocation details such as how to set page_id, pagination semantics, and field-selection behavior. It is minimally viable at best.

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 0%, so the description must compensate for all parameters, but it only explains since and until. It does not explain after as a pagination cursor, limit behavior, the fields selector, or how page_id is used, leaving most parameters underspecified.

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 a specific action and resource: 'List posts published BY a Page', and reinforces it with the exact endpoint GET /{page-id}/posts. The phrase 'published BY a Page' plus the endpoint helps disambiguate this from siblings like get_page_feed and get_page_tagged_posts without needing to open schemas.

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?

There is no explicit guidance on when to use this tool versus alternatives such as get_page_feed or get_page_tagged_posts. The only hint is the phrase 'published BY a Page', which implies a scoped use case, but no exclusions, conditions, or sibling comparisons 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/ICWR-TEAM/Facebook-Automata-MCP'

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