Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

explain_query

Analyze SQL query performance by generating execution plans to identify bottlenecks and optimize database operations.

Instructions

Get the execution plan for a SQL query to analyze performance

Input Schema

NameRequiredDescriptionDefault
databaseNoOptional: Database name to use for this query
include_actual_planNoInclude actual execution statistics (optional, defaults to false)
queryYesThe SQL query to analyze

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Optional: Database name to use for this query", "type": "string" }, "include_actual_plan": { "description": "Include actual execution statistics (optional, defaults to false)", "type": "boolean" }, "query": { "description": "The SQL query to analyze", "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