Skip to main content
Glama
navidmoazzez

Google Photos MCP

by navidmoazzez

Add media to an album

add_to_album

Add up to 50 app-created media items to an app-created album. Upload picked items to the library first with save_to_library.

Instructions

Add media items this app created to an album this app created. Both sides have to be app-created; a picked item cannot be added directly, it has to be uploaded into the library first with save_to_library.

Up to 50 items per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
album_idYesThe album to add to.
media_item_idsYesMedia item ids, up to 50.
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

Annotations indicate a mutating operation, and the description adds meaningnful behavioral constraints beyond them: app-created media and album, the picked-item limitation, the save_to_library prerequisite, and the 50-item cap. This gives an agent a clear model of what the tool will and won't accept.

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 short sentences, tightly packed with the essential constraint and limit. No redundant or filler content; the key usage rule is front-loaded.

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 mutating tool with no output schema, this description covers the important preconditions, the main exception, and the batch limit. It doesn't describe response or error behavior, but those are less critical and not indicated in annotations.

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?

Schema coverage is 100% and parameter descriptions are alraedy informative. The description adds extra semantic value by clarifying that album_id and media_item_ids must refer to app-created entities, and that picked media must be uploaded first, which is not captured in the schema.

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?

States a specific verb and resource: adding media items to an album. Clearly distinguishes itself by emphasizing the app-created constraint on both sides, which differentiates it from operations like remove_from_album and create_album_with_media.

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

Usage Guidelines5/5

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

Explicitly states when this tool applies: both the media items and the album must be app-created. It also gives an explicit exclusion and alternative: picked items cannot be added directly and must first be uploaded via save_to_library.

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