Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

analyze_query_performance

Analyze SQL query performance to identify bottlenecks and receive optimization suggestions for improved database efficiency.

Instructions

Analyze query performance and provide optimization suggestions

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional)
queryYesSQL query to analyze for performance optimization

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional)", "type": "string" }, "query": { "description": "SQL query to analyze for performance optimization", "type": "string" } }, "required": [ "query" ], "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/egarcia74/warp-sql-server-mcp'

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