Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

describe_table

Retrieve schema information for SQL Server tables to understand column definitions, data types, and table structure for database analysis and query development.

Instructions

Get the schema information for a specific table

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional)
schemaNoSchema name (optional, defaults to dbo)
table_nameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional)", "type": "string" }, "schema": { "description": "Schema name (optional, defaults to dbo)", "type": "string" }, "table_name": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table_name" ], "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