Skip to main content
Glama
az-coder-123

SQL Server MCP

by az-coder-123

list_stored_procedures

Retrieve all stored procedures and functions with parameters from SQL Server, optionally filtered by schema, to explore database routines.

Instructions

List all stored procedures and functions with parameters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemaNoSchema name to filter (default: all schemas)
Behavior3/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It adds context by stating the scope ('all') and that parameters are included, but it does not explicitly confirm read-only nature, performance implications, or output format. This is adequate but sparse.

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 8-word sentence that immediately states the action and resource. Every word adds value; no filler or repetition.

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

Completeness3/5

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

For a simple listing tool with one well-documented parameter, the description is minimally adequate. It communicates scope and parameter inclusion, but lacks details on the return structure or any usage caveats, which would be helpful given no output schema or annotations.

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 provides 100% coverage with a clear description for the 'schema' parameter, so the description needs to add no further parameter semantics. It adds no extra meaning beyond the schema, earning the baseline score.

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 'List' and identifies the resource as 'all stored procedures and functions with parameters', clearly distinguishing this from sibling tools like get_procedure_definition which focuses on a single definition.

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 a general listing use case but provides no explicit guidance on when to use this vs alternatives like find_unused_stored_procedures or get_procedure_definition. No when-not or alternative recommendations are given.

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