Skip to main content
Glama

drive_discover

Read-only

List available Google Drive operations to identify which tool to use. Call this first to reveal operational drive tools, optionally filtering by keyword.

Instructions

List the available drive operations. Operational drive tools are hidden until discovered — call this first, then call the tool you need by name. Operations: search, read, list, upload, download, export, create_folder, update, delete, trash, untrash, empty_trash, copy, move, share, list_permissions, permission_update, remove_permission, comment_create, comment_list, comment_get, comment_update, comment_delete, reply_create, reply_list, reply_update, reply_delete, revision_list, revision_update, revision_delete, access_proposal_list, access_proposal_resolve, shared_drives_list, shared_drive_get, transfer, get_about, accessproposals_get, approvals_approve, approvals_cancel, approvals_comment, approvals_decline, approvals_get, approvals_list, approvals_reassign, approvals_start, apps_get, apps_list, changes_get_start_page_token, changes_list, changes_watch, channels_stop, drives_create, drives_delete, drives_hide, drives_unhide, drives_update, files_download, files_generate_cse_token, files_generate_ids, files_list_labels, files_modify_labels, files_watch, operations_get, permissions_get, replies_get, revisions_get, teamdrives_create, teamdrives_delete, teamdrives_get, teamdrives_list, teamdrives_update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoKeyword to filter the returned operations
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds a key behavioral disclosure: 'Operational drive tools are hidden until discovered — call this first,' which explains a non-obvious discovery behavior not captured by annotations. It does not mention return format or pagination, but for a simple list tool, this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description starts with a clear purpose but then includes an extremely long list of operation names. While the list is informative, it makes the description verbose and not concise. The key instructions ('call this first') are front-loaded, but the enumeration could be trimmed or moved to output examples for a cleaner structure.

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?

Given the tool's simplicity (one optional param, no output schema), the description covers the essential context: it lists operations, explains the hidden-tool mechanism, and tells the agent to call the desired tool by name. It doesn't explain how the query parameter interacts with the list, but the schema covers that. Overall, it is sufficiently complete for the tool's purpose.

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 100% coverage for the single optional parameter 'query' with its description 'Keyword to filter the returned operations.' The tool description does not add any additional meaning to the parameter, so it relies entirely on the schema. This meets the baseline for parameter semantics.

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 tool's purpose: 'List the available drive operations.' It uses a specific verb (List) and resource (drive operations), and distinguishes itself from sibling tools by focusing on the drive domain. It also explains the discovery mechanism, which clarifies its role.

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 explicit guidance on when to use this tool: 'call this first, then call the tool you need by name.' This clearly indicates it precedes other drive operations. While it doesn't explicitly list alternatives or when-not-to-use, the sibling discovery tools (e.g., gmail_discover) are implied by context, and the 'call this first' instruction is strong usage guidance.

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/bakissation/mcp-google-multi'

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