Skip to main content
Glama
alizubairs

snowflake-cost-mcp

by alizubairs

get_warehouse_right_sizing_recommendations

Analyzes Snowflake warehouse credit usage and query queueing to provide heuristic right-sizing recommendations. Helps identify oversized or undersized warehouses for cost optimization.

Instructions

Heuristic right-sizing recommendations per warehouse, combining credit usage with query queueing behavior:

  • HIGH credits + very low query count -> likely oversized or left running idle; check auto-suspend and whether it's needed at all.

  • Meaningful average queued-overload time -> likely undersized or under-provisioned for concurrency; consider a larger size or a multi-cluster warehouse.

  • Otherwise -> no strong signal either way.

This is a heuristic starting point for investigation, not a guaranteed cost-saving recommendation -- always sanity-check against actual workload requirements before resizing a production warehouse.

Args: lookback_days: How many days back to look (default from server config).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookback_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the heuristic nature, that it's a starting point not guaranteed, and advises caution. It explains the logic behind recommendations but does not detail return format or side effects.

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 well-structured with an introduction, bullet points for heuristics, and a caution. It is concise but front-loads the key purpose. Slightly verbose in the bullet examples but overall efficient.

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 existence of an output schema (not shown), the description covers the tool's purpose, heuristic logic, and parameter meaning. It omits details on the exact output, but the output schema likely handles that. It is complete for a heuristic investigation tool.

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?

Only one parameter (lookback_days) with 0% schema coverage. Description adds 'default from server config' which provides context beyond the schema, but could specify format or range more clearly.

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 it provides heuristic right-sizing recommendations per warehouse, combining credit usage and query queueing behavior. It differentiates from sibling tools like get_warehouse_credit_usage and list_warehouses by offering synthesized insights.

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 scenarios for when to suspect oversized or undersized warehouses and advises sanity-checking before resizing. However, it does not explicitly state when not to use or mention alternatives among siblings.

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/alizubairs/Snowflake-Cost-Performance-MCP-server'

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