Skip to main content
Glama
lanternrow

facebook-pages-mcp

by lanternrow

get_page_feed

Retrieve the complete Facebook page feed, including visitor posts, to see all content on the page timeline.

Instructions

Retrieve the full page feed including visitor posts (unlike published_posts which only returns page-authored posts).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoPagination cursor — pass the value from a previous response to get the next page.
limitNoNumber of feed items to return (1-100, default 25).
page_idNoFacebook Page ID. Defaults to FB_PAGE_ID env var if omitted.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the feed includes visitor posts, which is a key behavioral trait. However, it does not explicitly state that the tool is read-only, safe, or mention any authentication or rate-limit considerations, leaving some behavioral gaps.

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 a single sentence that front-loads the main action ('Retrieve the full page feed') and immediately provides the key differentiator. Every word serves a purpose with no waste.

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?

Given the tool has 3 parameters (all documented) and no output schema, the description is nearly complete. It explains the scope of the feed (visitor posts vs page posts). It does not describe the return format or pagination behavior, but the schema covers the 'after' param. For a simple read tool, this is sufficient.

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 100%, so the baseline is 3. The description itself does not add parameter details beyond what the schema already provides (e.g., page_id, limit, after). It does not explain parameter semantics further.

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 retrieves the full page feed including visitor posts, and explicitly distinguishes itself from the sibling tool 'published_posts' which only returns page-authored posts. The verb 'retrieve' and resource 'full page feed' are specific.

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 explicitly states when to use this tool (when you need the full feed including visitor posts) versus the alternative 'published_posts' (which only returns page-authored posts). However, it does not discuss other contexts or exclusions beyond this sibling comparison.

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/lanternrow/facebook-pages-mcp'

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