Skip to main content
Glama
navidmoazzez

Google Photos MCP

by navidmoazzez

List the connected Google accounts

list_accounts
Read-onlyIdempotent

Show all Google accounts available to this server and indicate which one acts as default. Use a listed account name to target that library instead.

Instructions

Show every Google account this server can act as, and which one acts when a tool names none.

Pass one of these names as account on any tool to act as that library instead of the default. Costs no API call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark the operation read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond those: the tool reveals the default account behavior, and it explicitly notes the call incurs no API cost. It doesn't describe output format, but no output schema exists and this is a simple list operation.

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 two compact paragraphs with no wasted words. The main purpose is front-loaded in the first sentence, and the second sentence explains downstream usage and cost without redundancy.

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

Completeness5/5

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

Given no input parameters and ample annotations, the description covers everything an agent needs: what accounts are shown, how the default is represented, and how to use the returned names in other tools. The lack of an output schema is mitigated by the direct description of the listing content.

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?

The tool accepts zero parameters, so the schema fully covers parameter semantics (100% coverage). Baseline for zero parameters is 4; the description's mention of the `account` parameter on other tools clarifies how the returned names are consumed, adding slight context but not changing this tool's 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?

The description starts with a specific action and resource: 'Show every Google account this server can act as,' and uniquely distinguishes this tool from siblings by also revealing that it identifies the default account when no account is named. This separates it clearly from auth_status or quota_status.

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?

It states when to use the results by instructing the agent to 'Pass one of these names as `account` on any tool to act as that library instead of the default.' It also adds a cost characteristic ('Costs no API call') that informs decision-making, though it doesn't name alternative tools or exclusion criteria.

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