Skip to main content
Glama
MIT License
5
  • Apple

mcp_table_analysis

Analyze SQL Server table structures, columns, keys, indexes, and constraints to optimize database design and performance. Input a fully qualified table name for detailed insights.

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