Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

sql-format

Format and organize SQL queries for improved readability and structure. Simplify code maintenance and debugging with a tool designed for developers and database administrators.

Instructions

Format and prettify SQL queries

Input Schema

NameRequiredDescriptionDefault
sqlYesSQL query to format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sql": { "description": "SQL query to format", "type": "string" } }, "required": [ "sql" ], "type": "object" }

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/wrenchpilot/it-tools-mcp'

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