drive_list
List files in a workspace, optionally filtered by path prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Path prefix filter (e.g. "notes/") | |
| workspace_id | Yes | Workspace ID |
List files in a workspace, optionally filtered by path prefix.
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Path prefix filter (e.g. "notes/") | |
| workspace_id | Yes | Workspace ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Mentions 'List' implying read-only, but lacks details on pagination, result limits, ordering, or error behavior. Minimal disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with verb and resource, no unnecessary words. Efficiently conveys core action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations and no output schema, description is insufficient. Does not specify return format, pagination, or behavior when workspace is invalid. For a simple tool, more context would help agent usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both workspace_id and prefix described. Description adds no extra meaning beyond what schema provides, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states verb ('List') and resource ('files in a workspace'), with optional path prefix filter. Distinguishes from sibling tools like drive_search (search by content) and drive_read (single file), but does not explicitly compare.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs. alternatives like drive_search or drive_org. The description only states functionality without context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools have clear distinct purposes, but drive_context, drive_recall, and drive_search have overlapping retrieval semantics that could confuse an agent. drive_activity and drive_log_run also have potential ambiguity.
All tools follow a consistent 'drive_verb_noun' pattern with clear verbs (e.g., drive_list, drive_write, drive_delete). No mixing of conventions.
20 tools is a reasonable number for a comprehensive workspace management server, covering file operations, collaboration, sandbox, and context retrieval. Not excessive, but slightly above the ideal 3-15 range.
The tool surface covers core CRUD for files, comments, sharing, search, roles, and sandbox features. Missing some minor operations like updating comments or renaming files, but no critical gaps for typical workflows.