Skip to main content
Glama

Open a Facebook Group

open_group
Read-only

Opens a Facebook group and retrieves its visible posts, including author, text, timestamp, and URL. Works read-only; for private groups, it reports metadata without posts.

Instructions

Open a group and read its visible posts, newest first by default. Returns the group's metadata plus each post with its URL, author, text and timestamp. Read-only — it will not join the group. Private groups you are not a member of will return group metadata and no posts, which is reported explicitly rather than as an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo"recent" sorts chronologically — better for finding live requestsrecent
limitNoMaximum posts to return
group_urlYesGroup URL, e.g. https://www.facebook.com/groups/wordpressuk
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.
Behavior5/5

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

Goes beyond the readOnlyHint annotation by explicitly stating it will not join the group, describing behavior for private groups (returns metadata and no posts) and clarifying that this is reported explicitly rather than as an error. This adds valuable behavioral context not in the annotations.

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 three sentences, front-loaded with the primary action, and every sentence adds meaningful information (behavior, return data, edge cases). No wasted words.

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?

With no output schema, the description adequately explains the return value (group metadata plus posts with URL, author, text, timestamp). It also covers an important edge case (private groups). It does not detail every metadata field, but the coverage is sufficient given the schema describes parameters and the description handles the key behavioral context.

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% with each parameter having a detailed description. The main description adds little beyond the schema, only mentioning 'newest first by default' which aligns with the sort parameter's default. This meets the baseline for high schema coverage but does not add substantial extra value.

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 ('open a group and read its visible posts'), the resource (Facebook group), and the scope (visible posts, newest first). It distinguishes from sibling tools like search_groups or open_page by focusing on reading posts from a known group and explicitly describing the return data.

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 provides clear context: use this to open a group and read posts, noting the default sort order and private-group behavior. It does not explicitly name alternatives or when-not-to-use scenarios, but the context is sufficiently clear for an agent to infer appropriate use.

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