Skip to main content
Glama
SocialAPIsHub

SocialAPIs MCP Server

Official

facebook_get_page_reels

Fetch Facebook page reels/short videos by URL. Supports cursor-based pagination for additional results.

Instructions

Get reels/short videos from a Facebook page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkYesFacebook page URL
end_cursorNoPagination cursor
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. It does not mention any side effects, rate limits, authorization requirements, or error handling (e.g., what happens if the page does not exist). For a read operation, this is minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at one sentence, which is appropriate for the tool's simplicity. It front-loads the key action and resource. No superfluous information, though it could benefit from a brief usage note.

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

Completeness3/5

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

Given the tool has two parameters, no output schema, and no annotations, the description provides only the minimum. It does not explain how pagination works (despite the 'end_cursor' parameter) or what the output contains (e.g., video metadata). More context would improve completeness for an agent.

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 input schema already provides descriptions for both parameters, with 100% coverage. The description adds no additional meaning beyond what is in the schema, so it does not improve parameter understanding. 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 states the tool retrieves 'reels/short videos from a Facebook page', specifying both the resource type (reels) and the source (Facebook page). It distinguishes from sibling tools like 'facebook_get_page_videos' by focusing on reels, but does not explicitly contrast them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives such as 'facebook_get_page_videos' or 'instagram_get_profile_reels'. There is no mention of prerequisites, context, or whether it requires authentication. The description provides no usage context beyond the basic action.

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/SocialAPIsHub/mcp-server'

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