Skip to main content
Glama
bymcs

MS SQL Server MCP Server

by bymcs

Get Schema (deprecated — use mssql_list_schema_objects)

mssql_get_schema
Read-onlyIdempotent

Lists schema objects such as tables, views, procedures, and functions from a specified schema in SQL Server or Azure SQL. Returns results in JSON or Markdown format for easy schema exploration.

Instructions

Deprecated alias for mssql_list_schema_objects. Use mssql_list_schema_objects instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectTypeNotables
schemaNameNo
response_formatNojson
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior. The description adds the critical deprecation status and aliasing context, which is valuable behavioral/maintenance info beyond what annotations provide. No contradiction.

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 short sentences, front-loaded with the deprecation notice and immediate alternative. Every word earns its place; no fluff.

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 deprecated alias, the description is complete: it states the deprecation and points to the replacement. It doesn't elaborate on behavior or return format, but as an alias, those details are inherited from the target tool. Given the annotations and simplicity, this is adequate.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate for parameter meaning but does not. The schema provides enums and defaults, but the meaning of parameters like schemaName is left entirely to the agent's inference. Minimal help.

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

Purpose4/5

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

The description clearly states this is a deprecated alias for mssql_list_schema_objects, which conveys the tool's function (listing schema objects) and distinguishes it from siblings by explicitly naming the replacement. The purpose is implicit but unambiguous given the title and description.

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

Usage Guidelines5/5

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

The description explicitly instructs to use mssql_list_schema_objects instead, providing a clear when-not-to-use directive and naming the alternative. This is the strongest possible usage guidance for a deprecated tool.

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

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