Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

execute_query

Execute SQL queries on connected SQL Server databases to retrieve, analyze, or modify data with configurable security levels for database operations.

Instructions

Execute a SQL query on the connected SQL Server database

Input Schema

NameRequiredDescriptionDefault
databaseNoOptional: Database name to use for this query
queryYesThe SQL query to execute

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Optional: Database name to use for this query", "type": "string" }, "query": { "description": "The SQL query to execute", "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