Skip to main content
Glama
az-coder-123

SQL Server MCP

by az-coder-123

analyze_normalization_level

Determine the normalization level (1NF, 2NF, 3NF) of SQL Server tables using a heuristic approach for database schema analysis.

Instructions

Analyze normalization level of tables using heuristic approach (1NF, 2NF, 3NF detection)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemaNoSchema name (default: dbo)
tableNameNoSpecific table to analyze (default: all tables)
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It only mentions 'heuristic approach', which is a vague caveat. It does not disclose whether the tool performs a read-only analysis, whether it scans all tables by default (schema and tableName optional), what the output format is, or any potential performance impact. This is insufficient for a tool with no 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, compact sentence that front-loads the core purpose and includes the key qualifier 'heuristic approach' and the specific normalization levels. There is no redundant or filler content, and 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?

Despite having only 2 optional parameters and a concise description, the tool lacks an output schema and annotations. The description does not explain what the tool returns (e.g., a report, a score, a list of violations) or how the result should be interpreted. For an agent to invoke this tool correctly, it needs more context about the output and potential side effects, so the description is incomplete.

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 description coverage is 100%, meaning both parameters (schema and tableName) are already described in the input schema. The description adds no extra parameter-level detail, but does not need to. Baseline of 3 applies because the schema does the heavy lifting, and the description does not contradict or extend it.

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 'analyze' and identifies the resource 'normalization level of tables', plus the method 'heuristic approach' and the specific forms (1NF, 2NF, 3NF). This clearly distinguishes it from sibling tools like analyze_table, which likely covers broader table analysis, and get_table_statistics, which focuses on statistical metrics.

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 you need to check normalization level. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide any exclusions or caveats about when not to use it. The phrase 'heuristic approach' hints at a non-exact analysis but does not guide the agent toward or away from specific scenarios.

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