Skip to main content
Glama
SpirrowGames

spirrow-prismind

Official
by SpirrowGames

sync_projects_from_drive

Synchronize project folders from Google Drive to RAG, using Drive as the master to add or remove projects.

Instructions

Sync folder list under projects_folder_id in Google Drive with RAG. Uses Drive as master to add/remove projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNoIf true, only report differences without making actual changes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool will add/remove projects, which indicates a mutating operation. However, it does not elaborate on the potential consequences of removing projects (e.g., cascading deletion, data loss) or permission requirements. The dry_run parameter is not mentioned in the description, though it is in the schema.

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 exceptionally concise at two sentences, front-loaded with the primary action, and contains no unnecessary words. Every phrase contributes to understanding the tool's function.

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?

With no output schema, the description does not explain what the tool returns (e.g., a summary of changes). It also assumes familiarity with 'projects_folder_id' and does not mention prerequisites. The core behavior is covered, but some operational context is missing.

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 fully describes the only parameter (dry_run) with 100% coverage, so the baseline is 3. The description adds context about what 'differences' mean (folder list vs RAG), but does not enhance the dry_run parameter's meaning beyond its schema description.

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 identifies the action ('Sync'), the resource ('folder list under projects_folder_id in Google Drive'), and the relationship with RAG. It explicitly states that Drive is the master source for adding/removing projects, which distinguishes it from sibling project management tools.

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?

The description provides clear context by stating 'Uses Drive as master', implying the tool should be used when Drive should dictate the project list. However, it does not explicitly mention alternatives or when not to use the tool, so it lacks full exclusions.

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/SpirrowGames/spirrow-prismind'

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