Skip to main content
Glama
ncejda-g2

Snowflake MCP Server

by ncejda-g2

refresh_catalog

Rebuild the index of tables, schemas, and columns by scanning all Snowflake databases. Use after schema changes or when the cache expires.

Instructions

Refresh the schema catalog by scanning all accessible Snowflake databases.

This tool queries INFORMATION_SCHEMA across all databases to build a comprehensive
index of tables, schemas, and columns. The cache has a 5-day TTL.

Use this tool when:
- First connecting to Snowflake
- Schema changes have been made
- Cache has expired (after 5 days)

Parameters:
- force: Force refresh even if cache is not expired (default: false)
- resume: Resume from checkpoints if they exist (default: true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
resumeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided. The description discloses scanning all databases, cache TTL, and parameter effects (force, resume). However, it does not explicitly state that the operation is non-destructive (read-only) or mention any permission requirements. It provides basic behavioral context but lacks some depth.

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

Conciseness5/5

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

The description is concise: one introductory paragraph, a bullet list of when to use, and a parameter list. It is front-loaded with the primary action and every line adds value. No wasted words.

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?

The description covers the tool's core behavior (scanning, caching, 5-day TTL), usage scenarios, and parameters. It assumes an output schema exists (per context) but doesn't describe it, which is acceptable since output schema is provided separately. It could elaborate on what 'checkpoints' are, but overall it's sufficient for the tool's complexity.

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

Parameters4/5

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

Schema coverage is 0% (parameters have no descriptions in schema). The description adds meaning: force means 'force refresh even if cache is not expired' and resume means 'resume from checkpoints if they exist'. This adequately explains the boolean parameters beyond their names and defaults.

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 'Refresh the schema catalog by scanning all accessible Snowflake databases' with specific actions (scanning, building index, cache). It distinguishes from sibling tools (which are all query/table-level tools) by being a meta-catalog operation.

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 explicitly lists three use cases: first connection, schema changes, and cache expiry. While it doesn't mention when NOT to use, the use cases are clear and cover the main scenarios. No alternative tools are named, but siblings are sufficiently different.

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/ncejda-g2/snowflake_mcp_server'

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