Skip to main content
Glama
toolsrdx-bot

gdrive-sa

by toolsrdx-bot

search

Find Google Drive files shared with a service account. Query with Drive syntax or plain filename text to locate matching files.

Instructions

Search Google Drive files shared with the service account. Uses Drive query syntax (e.g. "name contains 'workshop'").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesDrive query string, or plain text to match in file names

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It states the search scope (service account shared files) but omits critical traits like pagination, result limits, read-only behavior, or what happens with malformed queries. For a read operation with zero annotation coverage, this is a significant gap.

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?

Two sentences, front-loaded with the core action and scope, then a concise syntax hint. Zero waste, and the most important information comes first.

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 description covers the search scope and query syntax but leaves out behavioral details like result limits or pagination, which are important for a search tool with no annotations and no output schema. It is adequate but incomplete for correct invocation.

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 coverage is 100% and the schema description for 'query' already explains it can be a Drive query string or plain text. The description adds an example ('name contains "workshop"') but no syntax details beyond what the schema provides, so it meets the baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb (Search) and resource (Google Drive files), plus a scope constraint (shared with the service account). It distinguishes itself from siblings 'list' and 'download' by being a search operation, though it doesn't explicitly name those alternatives.

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 usage for finding files via query syntax, but provides no explicit when-to-use vs. siblings (e.g., list vs. search) or when-not-to-use guidance. Usage is implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools