Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

get_query_performance

Analyze SQL query performance to identify bottlenecks and optimize database operations by examining execution details and slow queries.

Instructions

Get detailed query performance breakdown by tool

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of queries to analyze (optional, defaults to 50)
slow_onlyNoOnly return slow queries (optional, defaults to false)
tool_filterNoFilter by specific MCP tool name (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of queries to analyze (optional, defaults to 50)", "type": "number" }, "slow_only": { "description": "Only return slow queries (optional, defaults to false)", "type": "boolean" }, "tool_filter": { "description": "Filter by specific MCP tool name (optional)", "type": "string" } }, "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