Skip to main content
Glama
az-coder-123

SQL Server MCP

by az-coder-123

compare_schemas

Compare two SQL Server schemas to detect differences in tables, views, and procedures. Provide source and target schema names, plus optional target database, to get a detailed comparison.

Instructions

Compare two schemas to identify differences in tables, views, and procedures

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceSchemaNoSource schema name (default: dbo)
targetSchemaNoTarget schema name (default: dbo)
targetDatabaseNoTarget database name (default: same as current)
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It states what the tool compares but does not disclose whether it is strictly read-only, what output format to expect, or any prerequisites. The term 'compare' suggests a non-mutating operation, but this is not made explicit.

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, well-structured sentence that front-loads the core action ('Compare two schemas') and then specifies the objects of interest. There is no wordiness or redundancy.

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 tool with three optional parameters and no output schema, the description adequately communicates its primary purpose. It could mention the return format or any limitations, but these are not critical for a basic understanding of the tool's functionality.

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 covers all three parameters with descriptions (100% coverage), so the description does not need to add parameter-level detail. The description also does not attempt to re-explain the parameters, keeping the separation clean.

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 'compare' with a clear resource ('two schemas') and specifies the scope ('tables, views, and procedures'). It effectively distinguishes itself from sibling tools that focus on describing, listing, or analyzing individual objects.

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 usage when comparing schemas but does not explicitly state when to use this tool versus alternatives. It offers no exclusions or references to sibling tools that might also be relevant for different comparison needs.

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/az-coder-123/sql-server-mcp'

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