get_host_status
Retrieve the current status of a specific host using its ID to monitor health and availability.
Instructions
Get status information for a specific host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_id | Yes |
Retrieve the current status of a specific host using its ID to monitor health and availability.
Get status information for a specific host.
| Name | Required | Description | Default |
|---|---|---|---|
| host_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden, but it merely says 'status information' without disclosing what status means (e.g., availability, health), any side effects (none expected), authentication requirements, or error handling. Minimal behavioral context.
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 very concise (one sentence, 8 words), but it is under-specified. While not verbose, it fails to include necessary details about the parameter or output, making it less useful.
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 tool has 1 required parameter, no output schema, and no annotations, the description is inadequate. It does not explain the return format, the meaning of 'status', or how to use the parameter, leaving the agent without sufficient context to invoke the tool correctly.
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?
Schema description coverage is 0%. The description does not explain the 'host_id' parameter (format, where to obtain it, or its significance). It adds no value beyond the schema's type and title.
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 states the verb 'Get' and the resource 'status information for a specific host'. It clearly defines the tool's purpose and distinguishes it from sibling tools like 'get_host' (which likely returns general host details) and various search tools.
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 guidance is provided on when to use this tool versus alternatives like 'get_host' or 'search_hosts_by_*'. The description lacks context for selection among the many sibling tools.
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/InfraMCP/foreman-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server