Skip to main content
Glama
toolsrdx-bot

gdrive-sa

by toolsrdx-bot

list

Fetch all Google Drive files and folders accessible to a service account. Provide a folder ID to see only that folder's contents.

Instructions

List all files/folders visible to the service account (shared with it). Optionally pass a folderId to list that folder's contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderIdNoOptional Drive folder ID to list contents of

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does add real context: results are limited to items shared with the service account, and the call is a read-style enumeration. However it says nothing about return shape, pagination, result caps, or required auth scope for a tool that could return very large result sets.

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, no filler, with the default behavior front-loaded ahead of the optional parameter. Every clause carries information.

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?

For a one-parameter read tool this is close to adequate, but with no annotations and no output schema the description should still hint at result volume, pagination, or ordering. As written an agent knows what it lists but not what it gets back.

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 single folderId parameter is already documented there; the description's 'optionally pass a folderId to list that folder's contents' largely restates that. Baseline 3 applies when the schema does the heavy lifting.

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?

States a specific verb (list) and resource (files/folders) plus the scope that makes it distinct: 'visible to the service account (shared with it)'. It does not explicitly contrast itself with the search or download siblings, so it stops short of a 5.

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 second sentence explains when to supply folderId versus omitting it, which implies the two usage modes. It never states when to prefer this tool over the search sibling or when listing is inappropriate, so usage is only implied.

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