Skip to main content
Glama

format

Format SQL queries with customizable dialect, keyword casing, and indentation. Supports 14 SQL dialects including Postgres, MySQL, BigQuery, and Snowflake.

Instructions

Format a SQL query. Supports 14 dialects (Postgres, MySQL, SQLite, BigQuery, Snowflake, MSSQL, etc.). Default uppercases keywords.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYes
dialectNosql
tab_widthNo
uppercaseNoUppercase keywords (SELECT, FROM, etc.).
Behavior3/5

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

The description adds behavioral context by mentioning the default keyword uppercasing and the number of supported dialects. However, it does not disclose error handling, authentication requirements, or behavior with invalid input. With no annotations, the description carries the full burden, and while it adds some value, it lacks depth on potential 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.

Conciseness5/5

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

The description is concise (two sentences) and front-loaded with the action. Every sentence provides necessary information: the primary function, the range of dialects, and a key default. There is no unnecessary text.

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 tool is simple with no output schema and no siblings. The description covers the core functionality, supported dialects, and default behavior. It lacks details on return format and error handling, but for a formatting tool these are minor gaps. Overall, it provides sufficient context for an AI agent to understand and invoke the tool correctly.

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?

Schema description coverage is low (25% for only the 'uppercase' parameter). The description adds context for the 'uppercase' parameter by explaining the default behavior, and it clarifies the 'dialect' parameter by enumerating 14 dialects. However, it does not explain the 'sql' or 'tab_width' parameters, so the description only partially compensates for the low schema coverage.

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 tool formats SQL queries, specifies the supported dialects, and mentions the default behavior of uppercasing keywords. It uses a specific verb ('Format') and resource ('SQL query'), making the purpose unambiguous.

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 implies when to use the tool (when formatting SQL) and lists supported dialects, but does not explicitly state when not to use it or provide exclusion criteria. Since no sibling tools exist, the guidance is adequate.

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/MukundaKatta/sql-mcp'

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