Skip to main content
Glama
ExpertVagabond

Photo Organizer MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PHOTO_SCRIPTS_PATHYesPath 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

Six tools is well-scoped for a photo and drive organizer, covering analysis, organization, archiving, and deduplication without being excessive or too thin.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues