Skip to main content
Glama

snowflake_drop_task

Drop a Snowflake task permanently after confirmation. Specify task name and optional database/schema to remove scheduled jobs from Snowflake.

Instructions

Drop a task in Snowflake. Requires confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
databaseNo
task_nameYes
schema_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions 'Requires confirmation', which hints at a safety gate, but does not disclose the irreversible nature of dropping a task, potential side effects on dependent objects, or permission requirements. This is minimal behavioral transparency for a destructive operation.

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

Conciseness2/5

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

The description is very short (two sentences), which is concise, but it is under-specified rather than appropriately concise. It front-loads the purpose but omits critical details needed for correct invocation. The brevity comes at the cost of completeness, so a 2 is warranted.

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 drop operation with 4 parameters and an output schema, the description is severely incomplete. It does not explain the confirm requirement, the optional database/schema context, or any prerequisites (e.g., task must be suspended). The agent lacks sufficient context to call the tool safely and effectively.

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 parameters. It does not mention 'confirm', 'database', 'task_name', or 'schema_name' at all, leaving the agent without any semantic guidance beyond the schema's bare types and defaults. The description adds no parameter-level value.

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 clearly states the verb 'Drop' and the resource 'task in Snowflake', making the action unambiguous. It does not explicitly differentiate from sibling drop tools, but the resource type is sufficiently specific to avoid confusion. A 4 is given because purpose is clear but lacks any context about what 'task' means in Snowflake.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives, nor any conditions or exclusions. The only additional clause 'Requires confirmation' is a prerequisite, not usage guidance. There is no mention of when to prefer this over other drop tools or how to verify the task exists before dropping.

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