Skip to main content
Glama
ExpertVagabond

Photo Organizer MCP Server

organize_drive

Organize Google Drive files into folders by type, such as Documents, Images, and Videos. Use dry run to preview changes before applying.

Instructions

Organize Google Drive files into folders by type (Documents, Images, Videos, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
executeNoActually organize files (false = dry run)
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral disclosure. It describes the general organizing action but fails to mention that the default execute=false makes it a dry run, and it omits side effects like moving files or creating folders. This is critical for a mutating tool, leaving the agent without safety information.

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 a single concise sentence that front-loads the action and resource, with zero extraneous detail. Every word earns its place.

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 tool with one optional parameter and no output schema, the description is mostly complete: it explains the organizing action and the categories. The crucial dry-run default is not mentioned in the description but is fully covered by the schema, so the overall tool definition is sufficient.

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?

The schema provides a complete description for the 'execute' parameter, including the dry-run behavior (100% coverage). The tool description adds no additional parameter semantics, so the baseline of 3 is appropriate.

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 clearly states the action (organize), the resource (Google Drive files), and the method (by type) with examples (Documents, Images, Videos). It distinguishes from sibling tools such as organize_photos_by_date, which focuses on photos by date.

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

Usage Guidelines3/5

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

The description implies the tool is for organizing Drive files by type, but it does not explicitly state when to use it over sibling tools or mention any exclusions/alternatives. There is no direct comparison to organize_photos_by_date or archive_old_files, leaving usage context implicit.

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/ExpertVagabond/photo-organizer-mcp'

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