Skip to main content
Glama

mcp_table_analysis

Analyze SQL Server table structures, columns, keys, indexes, and constraints by specifying the fully qualified table name, enabling detailed database insights and optimization.

Instructions

Comprehensive SQL Server table analysis including structure, columns, keys, indexes, and constraints

Input Schema

NameRequiredDescriptionDefault
table_nameYesFully qualified table name (schema.table), e.g. "dbo.Users" or "api.Idiomas"

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Fully qualified table name (schema.table), e.g. \"dbo.Users\" or \"api.Idiomas\"", "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/hendrickcastro/MCPQL'

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