Skip to main content
Glama

Open a Facebook Page

open_page
Read-only

Opens a Facebook Page by URL and retrieves its visible posts along with page metadata. Read-only: does not follow or like the page.

Instructions

Open a Facebook Page and read its visible posts. Returns Page metadata plus posts. Read-only — it will not follow or like the Page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum posts to return
page_urlYesPage URL, e.g. https://www.facebook.com/somebusiness
expand_textNoClick "See more" on truncated posts. Slower, but truncated text loses the detail that makes a post worth finding.
scroll_roundsNoHow many times to scroll for more posts. Each round costs a few seconds.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description reinforces this with 'Read-only — it will not follow or like the Page' and adds what the tool returns (Page metadata plus posts). This goes beyond the annotations without contradicting them.

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?

Two concise sentences with no filler. The main action and read-only nature are front-loaded, and every clause adds meaningful information.

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?

For a read-only tool with strong annotations and full schema coverage, the description sufficiently covers purpose and return type. It does not describe response structure or pagination, but with no output schema and given the scope, it is adequately complete.

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?

All 4 parameters have schema descriptions (100% coverage), so the baseline is 3. The tool description does not add parameter-specific context beyond the schema, which already explains limit, expand_text, and scroll_rounds.

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 verb (open), resource (Facebook Page), and expected outcome (read visible posts, return metadata plus posts). The read-only clarification distinguishes it from sibling tools that interact (follow, like, comment, post).

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 implies usage for reading a page's posts without providing explicit when-to-use guidance or naming alternatives. The read-only statement indirectly suggests it over interaction tools, but does not say when to choose open_page over search_pages, browse_feed, or read_post.

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/Mrshahidali420/facebook-web-mcp'

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