Skip to main content
Glama

snowflake_create_pipe

Create a Snowpipe for continuous data ingestion. Specify the COPY statement and optional auto-ingest to automate loading from external stages.

Instructions

Create a Snowpipe for continuous ingestion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseNo
pipe_nameYes
auto_ingestNo
schema_nameNo
if_not_existsNo
copy_statementYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits, but it only states the action without any details about side effects, required permissions, idempotency, or what happens if the pipe already exists. It does not even mention the auto_ingest option or that a COPY statement must be provided, leaving the agent without essential behavioral context.

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 is concise as a single sentence, which is front-loaded, but it is under-specified to the point of being unhelpful. Conciseness should not come at the expense of necessary information; here it is too sparse, so while structure is clean, it fails to earn its place.

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 tool with six parameters, including a required copy_statement and optional flags like auto_ingest and if_not_exists, the description is severely incomplete. Without explaining what a copy statement is, how database and schema are used, or the effect of the booleans, an agent cannot reliably construct a valid call. Even though an output schema exists, the input side is entirely unaddressed.

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%, meaning the schema only has parameter titles but no explanatory text. The description does not elaborate on any of the six parameters (pipe_name, copy_statement, database, schema_name, auto_ingest, if_not_exists), leaving the agent to guess their meanings and formatting, which is critical for correct invocation.

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 action (create) and resource (Snowpipe) with a purpose ('for continuous ingestion'), making it unambiguous and distinguishing it from query tools or other creation tools like create_table or create_stage. The specific resource name alone differentiates it from siblings.

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?

No guidance is provided on when to use this tool versus alternatives, no prerequisites (e.g., needing a stage), and no mention of when not to use it. The description is a bare one-liner with no contextual direction for an agent.

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