Skip to main content
Glama
dipseth

google-workspace-unlimited

List Album Photos

list_album_photos
Read-onlyIdempotent

Retrieve all photos from a Google Photos album by providing the user's email and album ID. Optionally set a maximum number of photos to return.

Instructions

List all photos from a specific album

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
album_idYesThe ID of the album. Required.
max_resultsNoMaximum number of photos to return. Defaults to 50.
user_google_emailYesThe user's Google email address. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of photos returned
errorNoError message if operation failed
photosNoList of photos with their metadata
albumIdNoAlbum ID if photos were retrieved from a specific album
successNoWhether the operation completed successfully
userEmailNoEmail address of the user whose photos were listed
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, so the safety profile is clear. The description adds no extra behavioral details (e.g., pagination, error handling, or data freshness). Bar is lower due to strong annotations, but some elaboration would improve transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence with no wasted words. While concise, it could include a brief note on usage or parameters without sacrificing brevity.

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?

The tool has 3 parameters, rich annotations, and an output schema (not shown). The description covers the core purpose but omits pagination context for max_results and falls short of fully supporting agent understanding for a listing operation.

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 description coverage is 100%; all three parameters have clear schema descriptions. The description adds no additional meaning beyond the schema, earning the baseline score of 3.

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 'List all photos from a specific album' clearly states the verb (List) and resource (photos from an album). It distinguishes from sibling tools like get_photo_details, search_photos, and list_photos_albums, making the tool's unique purpose obvious.

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?

No guidance is provided on when to use this tool versus alternatives like search_photos for filtering. Missing context on prerequisites (e.g., album must exist) or exclusions. The description offers no strategic usage information.

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/dipseth/google_workspace_fastmcp2'

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