Skip to main content
Glama

get_environment_details

Read-onlyIdempotent

Retrieve hosting status and availability details for a specific SimpleLocalize environment using its key. Verify whether an environment is active.

Instructions

This tool will retrieve hosting status/details for a specific environment in your SimpleLocalize project.

  • Provide 'environmentKey' (required), e.g. _latest, _production or your custom environment key.

  • Use this to verify whether a given environment is available and check its hosting status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentKeyYesEnvironment key (e.g. _latest, _production or custom key). If user doesn't specify an environment, then _latest should be used.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds that the tool returns hosting status/details and can be used for availability verification, but it does not describe response shape or edge cases.

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 purpose is front-loaded in the first sentence, and the bullet adds the required parameter and intended use without filler. Every sentence contributes useful information.

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 one-parameter, read-only tool, the description plus schema and annotations provide enough to select and invoke it correctly. It could be slightly more complete by naming get_environments as the tool for listing all environments, but that is not essential for this tool's own invocation.

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 coverage is 100% and the single parameter environmentKey already has a thorough description including examples and the _latest default. The tool description mostly repeats the requirement rather than adding new semantic information.

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 ('retrieve') and names the exact resource: hosting status/details for a specific environment in a SimpleLocalize project. It also scopes itself to a single environment, distinguishing it from the plural sibling get_environments.

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?

It provides a clear use case: verify whether an environment is available and check its hosting status. However, it does not explicitly mention when not to use it or point to get_environments as the alternative for listing all environments.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/simplelocalize/simplelocalize-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server