Skip to main content
Glama
ConnorBritain

MSSQL MCP Reader

describe_table

Retrieve the column names and data types of any MSSQL database table. Optionally target a specific database or environment.

Instructions

Describes the schema (columns and types) of a specified MSSQL Database table. For server-level access environments, you can specify a database to target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableNameYesName of the table to describe (can include schema: 'dbo.TableName')
databaseNoOptional: Target database name for server-level access environments.
environmentNoOptional environment name to target.
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. It states it describes schema but does not explicitly confirm it is read-only, mention potential side effects, permission requirements, or limitations. The agent cannot infer safety or side effects from the description alone.

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?

Two sentences with no redundancy. The main purpose is front-loaded, and additional context is provided efficiently. Every word adds value.

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

Completeness2/5

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

With no output schema, the description should clarify the output format (e.g., list of column names and types, including constraints or primary keys?). It only mentions 'columns and types' vaguely, leaving the agent uncertain about what exactly is returned.

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?

Schema coverage is 100%, so parameters are documented. The description adds minimal value beyond the schema, only noting the MSSQL context and server-level access scenario. This meets the baseline 3 for high coverage.

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 clearly states the tool's purpose: 'Describes the schema (columns and types) of a specified MSSQL Database table.' It uses a specific verb-resource pair and distinguishes itself from sibling tools like list_tables or profile_table by focusing on schema description.

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

Usage Guidelines2/5

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

The description mentions an optional database parameter but provides no guidance on when to use this tool versus others (e.g., profile_table, inspect_dependencies). It lacks alternatives or exclusions, leaving the agent uncertain about selection.

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/ConnorBritain/mssql-mcp-reader'

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