Skip to main content
Glama

snowflake_drop_warehouse

Remove a Snowflake virtual warehouse after confirmation, freeing up compute resources and reducing costs.

Instructions

Drop a virtual warehouse. Requires confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
warehouse_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 burden of behavioral disclosure. It only states 'Requires confirmation,' which hints at a confirm parameter but does not explain the exact behavior (e.g., when confirm is false, the drop is not executed). It omits important traits like whether the action is destructive and irreversible, what permissions might be needed, or any side effects. For a destructive operation, this is insufficient transparency.

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

Conciseness4/5

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

The description is very concise, with two short sentences and no redundant words. The core action is front-loaded. However, its brevity omits critical operational details, which reduces its effectiveness, but it is still efficiently written and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive tool with no annotations, parameter descriptions, and an unclear confirmation mechanism, the description is grossly incomplete. It does not explain how to properly set the confirm parameter, the consequences of dropping a warehouse, or any safety caveats. An agent would struggle to call this tool correctly and safely. The presence of an output schema does not remedy the missing usage and safety information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate by explaining the parameters. However, it fails to explain warehouse_name (which is required) or confirm (which controls execution). The description adds no meaning beyond the schema's field titles, leaving the agent to guess the role of the confirm flag and the format of warehouse_name.

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 'Drop a virtual warehouse' clearly states the specific action (drop) and resource (virtual warehouse), distinguishing it from other drop tools for different resources (e.g., drop_database, drop_table). The added 'Requires confirmation' hints at a required confirm step, further clarifying the operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus other drop tools, nor any context about prerequisites or alternatives. The description does not mention when it is appropriate to drop a warehouse, what conditions must be met, or that undrop might be available (though no undrop_warehouse exists in siblings). This leaves usage entirely to inference.

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/christianclaudio/mcp-server-snowflake'

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