Skip to main content
Glama

social-media-video-downloader

Get Facebook Profile Photos

get_facebook_v3_profile_photos

Retrieves the photos from a given Facebook profile URL. Group: Facebook-Profile. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the Facebook profile.

TDQS

B3.3/5.0
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 behavioral disclosure. It only rephrases the tool's purpose and adds Group/billing metadata, without covering access requirements, rate limits, or response shape. For a no-annotation tool, this level of transparency is minimal.

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 three short sentences, with the core purpose front-loaded and supporting metadata (Group, billing) in compact following sentences. Every sentence earns its place and there is no unnecessary wording.

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 one-parameter retrieval tool, the description is nearly sufficient: it states what is retrieved and what input is required. However, the ambiguous meaning of 'photos', the lack of any output format, and no mention of profile visibility requirements leave a moderate contextual gap. With no output schema or annotations, slightly more detail would make it fully complete.

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 has 100% description coverage for the single `url` parameter, so the schema already explains the required input. The description's phrase 'given Facebook profile URL' merely restates the schema meaning and adds no extra format constraints or accepted variants beyond the schema's example. Baseline 3 is appropriate.

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 uses a specific verb ('Retrieves') and resource ('photos from a given Facebook profile URL'), clearly distinguishing this from sibling tools like profile_about or profile_reels. The title reinforces the same. A minor ambiguity remains about whether 'photos' means avatar/profile pictures or all posted photos.

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 provides no guidance on when this tool should be used instead of sibling tools. It only states the action and adds Group/billing metadata, with no prerequisites, exclusions, or alternative tool mentions. An agent selecting among the many Facebook-Profile tools gets no decision support.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation5/5

Every tool targets a distinct platform, resource, and action. Even the numerous YouTube search tools are clearly differentiated by their suffixes (channel, movie, playlist, video, suggestions), leaving no ambiguity.

Naming Consistency5/5

All tools follow a rigid pattern: get_{platform}_v3_{resource}_{specific}. The naming is uniformly snake_case and descriptive, making it easy to predict tool names for new resources.

Tool Count2/5

With 28 tools, the set exceeds the 25-tool threshold for being considered too many. The high granularity, especially the six YouTube search tools, could likely be consolidated without losing capability, making the tool count feel heavy.

Completeness3/5

Core download workflows are present via post details for all platforms, but there are notable gaps: Facebook, Instagram, and TikTok lack tools to list a user's posts or videos, while YouTube has full coverage including channel videos, playlists, and search. This unevenness leaves the surface feeling incomplete for non-YouTube platforms.

Resources