Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

detect_query_bottlenecks

Identify and analyze database query performance issues to optimize SQL Server execution efficiency and resolve bottlenecks.

Instructions

Detect and analyze query bottlenecks in the database

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional)
limitNoMaximum number of bottlenecks to return (optional, defaults to 10)
severity_filterNoFilter by severity level: LOW, MEDIUM, HIGH, CRITICAL (optional)

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional)", "type": "string" }, "limit": { "description": "Maximum number of bottlenecks to return (optional, defaults to 10)", "type": "number" }, "severity_filter": { "description": "Filter by severity level: LOW, MEDIUM, HIGH, CRITICAL (optional)", "enum": [ "LOW", "MEDIUM", "HIGH", "CRITICAL" ], "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