Skip to main content
Glama

SQL Server MCP Service

by vini-cius

list_tables

Retrieve all tables from a SQL Server database to understand database structure and available data sources. Optionally filter by schema name to focus on specific table groups.

Instructions

Lists all the tables in the database

Input Schema

NameRequiredDescriptionDefault
schemaNameNoSchema name to filter tables (default: dbo)dbo

Input Schema (JSON Schema)

{ "properties": { "schemaName": { "default": "dbo", "description": "Schema name to filter tables (default: 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/vini-cius/mcp-sqlserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server