Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

get_performance_stats

Retrieve SQL Server performance statistics and health summary for monitoring database operations, with timeframe options for recent, session, or all-time data.

Instructions

Get overall performance statistics and health summary

Input Schema

NameRequiredDescriptionDefault
timeframeNoTime period for stats: "recent" (last 5 min), "session" (since startup), "all" (default)

Input Schema (JSON Schema)

{ "properties": { "timeframe": { "description": "Time period for stats: \"recent\" (last 5 min), \"session\" (since startup), \"all\" (default)", "enum": [ "recent", "session", "all" ], "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