Skip to main content
Glama

Get Page Photos

meta_get_page_photos
Read-only

Retrieve photos uploaded to or tagged in a Facebook Page by providing the page ID. Filter by type and limit results for efficient access to page images.

Instructions

Lists photos uploaded to a Facebook Page.

Args:

  • page_id (string): Facebook Page ID

  • type (string): 'uploaded' (by page) or 'tagged' (photos page is tagged in)

  • limit (number): Max results (default 20)

Input Schema

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

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

Annotations declare readOnlyHint=true, and the description's 'Lists' verb is consistent. The description adds some behavioral context by explaining the type parameter semantics ('uploaded' vs 'tagged'), which goes beyond the schema's bare enum. However, it does not disclose pagination behavior (the 'after' parameter) or response structure, which could be important for large photo sets.

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 concise sentence followed by a structured args list. It front-loads the purpose and packs essential parameter meanings into a compact format. There is no redundancy, and it remains readable and scannable.

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?

For a simple list tool, the description is adequate but not comprehensive. It explains the main parameters but lacks details on pagination (after parameter) and response format (though schema covers response_format). It also doesn't mention any use-case distinctions from siblings. Given the low schema coverage and no output schema, more completeness would be expected.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 20% schema description coverage, the description compensates by explaining page_id, type, and limit. It gives meaningful context for the core parameters. However, it omits the 'after' pagination token entirely, and response_format is only covered in the schema. For the key parameters, it adds good value.

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 'Lists photos uploaded to a Facebook Page' which is a clear verb+resource. It distinguishes from video/album tools by its explicit focus on photos. However, the description only mentions 'uploaded' while the type parameter also includes 'tagged', making the opening sentence slightly incomplete. Still, the overall purpose is clear.

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 explicit guidance on when to use this tool versus alternatives like meta_get_page_albums or meta_get_page_videos. The description does explain the difference between 'uploaded' and 'tagged' types, but this is intra-tool guidance, not cross-tool. An agent would have to infer from the name that this is for photos, with no direction on exclusion criteria.

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