Skip to main content
Glama
navidmoazzez

Facebook MCP

by navidmoazzez

Get Page details

get_page
Read-only

Fetch profile details for a Facebook Page: name, category, follower count, about text, website, and published status.

Instructions

Profile details for a Page: name, category, follower count, about text, website and whether it is published.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoWhich Page to act as, by name or id. Omit to use the default.
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

The annotations declare readOnlyHint=true, and the description is consistent with a read-only operation, so there is no contradiction. The description adds useful detail about the returned fields but does not discuss authentication, rate limits, or default-page behavior; with read-only annotations, this is adequate but not rich.

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, front-loaded sentence that succinctly lists the key output fields without filler. It is appropriately sized for a simple tool and every word contributes value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity, one-parameter, read-only tool with no output schema, the description is sufficiently complete: it enumerates the returned profile fields, and the schema covers parameter semantics. Nothing essential is missing for an agent to select and invoke the tool correctly.

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?

The schema fully documents the single optional page parameter, including how to specify it by name or id and that omitting it uses the default. Since schema description coverage is 100%, the tool description adds no additional parameter-level meaning, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (a Page) and the operation (retrieve profile details), and lists specific fields so an agent knows what information is returned. It does not explicitly distinguish itself from sibling tools like list_pages or get_page_insights, though 'profile details' strongly implies a single-page read.

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 conveys an implied use case: retrieve profile details for a specific Page. However, it offers no explicit when-to-use or when-not-to-use guidance and does not mention alternatives such as list_pages for enumeration or get_page_insights for analytics.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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