get_environment
Retrieve details of a specific environment by providing its environment ID.
Instructions
Get details of a specific environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env_id | Yes |
Retrieve details of a specific environment by providing its environment ID.
Get details of a specific environment.
| Name | Required | Description | Default |
|---|---|---|---|
| env_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description implies a read-only operation ('Get'), but provides no further behavioral context such as typical response size, permissions required, or side effects. With no annotations, the description carries the burden but only meets the bare minimum.
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 concise sentence, but it is under-specified. While it efficiently states the core purpose, it fails to include critical details, making it barely adequate.
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 the lack of output schema and minimal description, the agent receives no information about what 'details' are returned. The presence of many sibling tools adds confusion, and the description does not help the agent distinguish this tool's purpose.
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 input schema has 0% description coverage, and the description does not elaborate on the env_id parameter (e.g., its format, source, or relationship to other tools). This leaves the agent without essential context for proper invocation.
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 verb 'Get' and the resource 'details of a specific environment', which is a common pattern. However, it lacks specificity about what kind of details are returned, and doesn't differentiate from sibling tools like get_environment_events.
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?
No usage guidance is provided. The description does not indicate when to use this tool vs alternatives like list_environments or get_environment_events, nor does it mention prerequisites or context.
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/MikeCase/arcane-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server