Skip to main content
Glama
ConnorBritain

MSSQL MCP Reader

list_environments

List all configured database environments with names, descriptions, access levels, and policy restrictions to discover which environments are ready for querying.

Instructions

Lists all configured database environments available for connection. Shows environment names, descriptions, access levels, and policy restrictions. Use this to discover which environments are available before running queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeDetailsNoInclude full policy details (allowedTools, deniedSchemas, etc.). Default: false
Behavior3/5

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

With no annotations, the description carries the burden. It accurately describes a read-only listing operation but does not explicitly state it's non-destructive. No mention of permissions or rate limits, which are minimal for a list operation.

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, front-loaded with action ('Lists all...'), no redundant information. Every word earns its place.

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 discovery tool, description covers purpose and usage. Missing mention of error handling (e.g., no environments configured) or explicit read-only guarantee, but overall adequate.

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

Parameters4/5

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

Schema covers 100% of parameters (one boolean). Description adds value by listing default fields shown (names, descriptions, etc.). This contextualizes the 'includeDetails' parameter without repeating schema.

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?

Description clearly states it lists database environments and their attributes. It doesn't explicitly differentiate from sibling 'validate_environment_config', but the context of discovering environments before queries is clear.

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

Usage Guidelines4/5

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

Explicitly advises to use 'before running queries', providing clear context. Does not mention when not to use or alternatives, but guidance is sufficient.

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