database_list_environments
List database environments detected for the current project to review available options.
Instructions
List detected database environments for the current project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List database environments detected for the current project to review available options.
List detected database environments for the current project
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden of behavioral disclosure. It only states what the tool does, not whether it has side effects, read-only guarantees, or dependencies on prior connection/detection steps. It does not mention that it is a safe read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that is easy to parse and front-loads the verb. No redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that this is a simple list operation with no parameters or output schema, the description provides sufficient context to understand its function. However, it does not explicitly describe the return format or any prerequisites, though these are implied by the tool's name and siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema is empty with 100% coverage (vacuously). Per the rubric, the baseline for 0 params is 4; the description does not need to elaborate on parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (List) and the resource (database environments) with a scoping qualifier ('for the current project'). This differentiates it from sibling tools that connect or switch environments.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (to see detected environments) but does not explicitly state use cases or contrast with alternatives like database_connect_environment or database_switch_environment. No exclusions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eeantoss/mysql-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server