Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

list_tables

Retrieve all tables from a SQL Server database to explore database structure and identify available data sources for querying.

Instructions

List all tables in a specific database

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional, uses current database if not specified)
schemaNoSchema name (optional, defaults to dbo)

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional, uses current database if not specified)", "type": "string" }, "schema": { "description": "Schema name (optional, defaults to dbo)", "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