Skip to main content
Glama
vulture-s

flickr-mcp

by vulture-s

upload_photo

Upload a local image to Flickr with configurable privacy, defaulting to private. Returns the new photo ID.

Instructions

Upload a local image file to Flickr. Defaults to PRIVATE so nothing goes public by accident. Returns the new photo id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleNo
is_publicNo
photo_pathYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the upload action, privacy default, and return of photo id, but omits behavioral details such as whether existing photos are overwritten, file size/format limits, or authentication needs. It provides some transparency but not comprehensive.

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?

Two sentences, no redundancy, efficient. The key behavioral traits (default private) and return value are front-loaded. Every word adds value.

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 5 parameters, 0% schema coverage, and no annotations, the description is somewhat sparse. It covers the required parameter and one optional (is_public) but leaves others unexplained. An output schema exists, so return value note suffices. Overall, it is adequate but not comprehensive.

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 0%, so description must supplement. It explains the is_public parameter via the privacy default, and implicitly the photo_path as the file to upload. However, it gives no details for tags, title, or description beyond the parameter names. Partial compensation but sufficient for core usage.

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 the action (upload), the target (a local image file to Flickr), and distinguishes from sibling tools which are about listing, searching, or managing albums. It also notes the privacy default and return value, making the purpose highly specific.

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 explicit guidance on when to use this tool versus alternatives. It does not mention that it should be used to add new photos, nor does it contrast with sibling tools like set_photo_meta or delete_photo. Usage context is only implied by the privacy default.

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/vulture-s/flickr-mcp'

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