Skip to main content
Glama
ishan-parihar

facebook-lyr

Get Page Info

get_page_info
Read-only

Retrieve Facebook Page or profile details by username, including name, ID, bio, and follower counts from public page data.

Instructions

Get Facebook Page/profile details by username.

Fetches the public (or logged-in) profile page and parses name, id, bio, and follower counts from the embedded page data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesPage or profile username (e.g. 'cocacola')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds behavioral context: it 'fetches the public (or logged-in) profile page and parses ... from embedded page data,' indicating a scraping mechanism and possible dependence on login status. This goes beyond the annotations and helps the agent understand what actually happens.

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 two sentences, with the primary purpose in the first sentence and details in the second. No filler or redundant information; every word adds value. It is optimally concise and front-loaded.

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 simple tool with one parameter, an output schema, and read-only annotations, the description covers the essential purpose and data extracted. It does not describe return values, but the output schema likely does. The only minor gap is lack of mention of rate limits or login requirements, but the 'logged-in' hint and annotations provide enough for this complexity level.

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 the username parameter already explained as 'Page or profile username (e.g. 'cocacola')'. The description adds only the phrase 'by username,' which adds no new semantics. The schema carries the burden, so a baseline score of 3 is warranted.

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 'Get Facebook Page/profile details by username' with a specific verb and resource, then lists the exact data extracted (name, id, bio, follower counts). This distinguishes it from siblings like get_me (own profile), search_pages (search), or get_page_posts (posts).

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 implies usage when you have a username and want profile details, providing clear context. However, it does not explicitly mention when not to use it or name alternatives (e.g., use get_me for the logged-in account, search_pages for searching). Still, the 'by username' phrasing gives enough guidance for typical 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/ishan-parihar/facebook-lyr'

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