Skip to main content
Glama
Debanjan29

mcp-sqlserver

by Debanjan29

describe_table

Get column details for any SQL Server table or view including types, defaults, nullability, identity, and computed columns.

Instructions

Get detailed column information for a table or view (columns, types, defaults, nullability, identity, computed)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesTable or view name
schemaNoSchema name (default: dbo)
serverNoTarget server name (uses default if omitted)
databaseNoDatabase name (uses connection default if omitted)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It states 'Get' which implies a read-only operation, but it does not explicitly state that it makes no modifications, requires no special permissions, or has no side effects. It also does not discuss how defaults are resolved beyond what the schema already covers. This is a notable gap for a tool with zero annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that front-loads the primary action and immediately lists the scope of returned data in parentheses. There is no redundant language, and every word contributes to clarifying the tool's function. Structure is excellent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only metadata tool with one required parameter and no output schema, the description is mostly complete. It specifies the resource type (table or view) and enumerates the details returned. It does not mention potential errors or performance implications, and because there are no annotations, it could better clarify that it is a non-mutating operation. Overall, it covers the essential aspects an agent needs to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for all four parameters (100% coverage), including the default schema behavior. The tool description adds no extra meaning to the parameters—it merely lists the returned information. Since the schema covers semantics completely, a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get') and clearly identifies the resource ('a table or view'), and enumerates the exact information returned (columns, types, defaults, nullability, identity, computed). This distinguishes it from describe_procedure and other schema tools like get_indexes or get_constraints. The purpose is unambiguous and specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies it is meant for tables and views, but does not explicitly state when to use it versus alternatives. It does not mention that describe_procedure should be used for stored procedures, nor does it provide conditions for choosing this tool over other metadata tools. The context is clear but exclusionary guidance is absent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Debanjan29/readonly-mssql-mcp-db'

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