Skip to main content
Glama
navidmoazzez

Google Photos MCP

by navidmoazzez

Upload photos or videos from URLs

upload_from_url
Destructive

Download files from public URLs and add them to Google Photos, optionally into a specific album. Handles up to 20 URLs per call, with a size limit.

Instructions

Download files from public URLs and add them to the user's Google Photos, optionally straight into an album.

There is no API to delete a media item once uploaded, so this cannot be undone here: the user would have to remove it by hand in the Google Photos app. Requires confirm: true.

Up to 20 URLs per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesPublic URLs to fetch and upload, up to 20.
max_mbNoSkip any file larger than this, in MB. Default 100.
accountNoWhich connected Google account to act as, by the name it was configured under (or its email). Defaults to the first one. Call list_accounts to see them.
confirmNoMust be true for this to run. The effect cannot be undone through the API, so it is refused without an explicit confirmation.
album_idNoPut them straight into this album, which this app must have created.
descriptionNoDescription applied to every uploaded item.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Adds critical behavior beyond annotations: no API deletion exists, the operation cannot be undone via this tool, requires explicit confirm=true, and is limited to 20 URLs. No contradiction with destructiveHint=true.

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?

Three concise, front-loaded paragraphs: purpose, irreversibility/confirmation, and limit. Every sentence adds operational value without redundancy.

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

Completeness4/5

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

For a 6-param mutation tool, schema covers all param semantics and annotations flag destructiveness; description adds irreversibility and confirmation requirements. It doesn't describe return/result behavior or error cases, but no output schema exists and the core invocation context is sufficiently covered.

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 100%, so the baseline is 3. The description confirms the 20-URL limit and optional album insertion, but adds little beyond the schema's parameter descriptions.

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?

Clear verb+resource: downloads files from public URLs and adds them to Google Photos, optionally into an album. It distinctly conveys its domain vs siblings like upload_file or add_to_album.

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

Usage Guidelines4/5

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

Description implies usage context: for public URL ingestion into Google Photos, with optional album placement. It doesn't explicitly name alternatives or exclusions, but the public-URL framing plus sibling names makes when-to-use fairly clear.

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

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/navidmoazzez/google-photos-mcp'

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