Photo Organizer MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PHOTO_SCRIPTS_PATH | Yes | Path to the drive-photos-organizer Python scripts |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_photosA | Analyze Google Photos library - get statistics, find duplicates, and generate a report |
| organize_photos_by_dateB | Organize Google Photos into albums by date (year or month) |
| analyze_driveA | Analyze Google Drive - get file statistics, find duplicates, and generate a report |
| organize_driveA | Organize Google Drive files into folders by type (Documents, Images, Videos, etc.) |
| archive_old_filesB | Move old Drive files (older than specified days) to an Archive folder |
| deduplicate_driveB | Remove exact duplicate files from Google Drive |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct resource and action: analyze vs organize, photos vs drive, and specific operations like archiving and deduplication. No two tools have overlapping purposes, so an agent can easily select the right one.
Tool names mostly follow a verb_noun pattern (analyze_photos, organize_drive), but there is variation such as organize_photos_by_date including a modifier and archive_old_files/deduplicate_drive using different verb forms. The style is readable and consistent enough, though not perfectly uniform.
Six tools is well-scoped for a photo and drive organizer, covering analysis, organization, archiving, and deduplication without being excessive or too thin.
The server covers core workflows for analyzing and organizing both Photos and Drive, plus archiving and deduplicating Drive files. A notable gap is the lack of a deduplicate_photos tool—analyze_photos finds duplicates but does not offer removal, so photo deduplication is incomplete.