Skip to main content
Glama

Get Page Videos

meta_get_page_videos
Read-only

Retrieve videos uploaded to a Facebook Page by providing the page ID, with optional limit for results.

Instructions

Lists videos uploaded to a Facebook Page.

Args:

  • page_id (string): Facebook Page ID

  • limit (number): Max results (1–100, default 20)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
limitNo
page_idYes
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior2/5

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

Annotations already mark the tool as read-only and non-destructive, so safety is covered. However, the description adds minimal behavioral context beyond that—it does not mention pagination (despite an 'after' parameter), rate limits, or that only non-live videos are returned. There is no contradiction, but the description fails to add meaningful behavioral detail that the annotations do not already provide.

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 extremely concise—two sentences: a clear purpose statement and a parameter list. The purpose is front-loaded, and every word earns its place. No fluff or redundancy; ideal for quick scanning.

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

Completeness2/5

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

For a tool with no output schema and a simple listing operation, the description is under-specified. It does not explain the return format, whether results are paginated (despite an 'after' parameter), or how this differs from related tools like live videos or ad videos. An agent would lack enough context to call it correctly without additional assumptions.

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 coverage is low (25%—only response_format has a description). The description partially compensates by explaining page_id (Facebook Page ID) and limit (max results, 1–100, default 20). However, it does not address the 'after' parameter (likely for pagination) or the response_format (already covered in schema). It adds value for two of four parameters but leaves gaps that an agent must infer from context.

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 states a clear verb and resource: 'Lists videos uploaded to a Facebook Page.' It is specific enough to distinguish from many siblings, though it does not explicitly differentiate from other video-related tools such as meta_get_live_videos or meta_list_ad_videos. The purpose is unmistakable, but a slight nod to what it is not would elevate it.

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?

The description gives no guidance on when to use this tool versus alternatives. It simply states what it does, with no mention of when not to use it (e.g., for live videos, ad videos, or Instagram media). Given the large sibling set, the absence of any selection criteria leaves the agent to infer usage purely from the name.

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/open-work-org/open-mcp-servers'

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