Skip to main content
Glama
MoleCare
by MoleCare

get_deployment_status

Check current deployment status for staging and production environments. Identify live environment issues and confirm which version is running.

Instructions

Get current deployment status for staging and production environments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentNoEnvironment to check
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral transparency, but it is nearly a restatement of the tool name. It does not disclose what the status represents, whether this is a read-only operation likely to be hit, or any other behavior beyond 'get status.' It only adds that the environments are staging and production.

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 one efficient sentence with no filler. It front-loads the verb and resource, and the target environments. Every word adds meaning, and it takes very little time to read.

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?

The definition is minimum for a trivial getter with a single enumerated parameter, but the lack of an output schema means the agent does not know what the response contains. There is also no guidance around environment defaulting or what a status includes. For a tool among many similarly-named getters, this is a barely adequate level of context.

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%, so the parameter 'environment' is fully documented with an enum and description. The tool description only adds that the environments are staging and production, but that is also in the enum. No additional semantic depth is provided, so the baseline 3 is appropriate.

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?

The description states a specific verb ('Get') and resource ('deployment status') and explicitly narrows scope to 'staging and production environments.' It is clear and actionable, but it does not explicitly distinguish itself from sibling tools like 'get_deployments', so it lacks some differentiation.

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

Usage Guidelines2/5

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

The description offers no when-to-use or when-not-to-use guidance. It does not name alternatives, mention context such as deployment-related checks, or suggest when to prefer another look like 'get_deployments'. The agent must infer usage from the name alone.

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/MoleCare/molecare-mcp'

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