Skip to main content
Glama
carlosedp

Redfish MCP Server

by carlosedp

redfish_get_health_status

Retrieve health and status information for a specific system or all systems to monitor hardware condition and detect issues.

Instructions

Get system health and status information for a specific system or all systems

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
system_idNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. The word 'get' implies a read-only operation, but no detail is given about what exactly is returned, whether permissions are required, or how 'all systems' is handled. This is minimal and lacks 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, front-loaded with the primary action, and contains no unnecessary words. It is optimally concise for the information conveyed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, so the description should explain return values and usage context, but it only states what the tool does. It does not clarify what constitutes 'health status', possible response formats, or how to interpret results for a specific vs. all systems. The description is incomplete for a dependent agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful semantics to the system_id parameter by explaining that providing it targets a specific system and omitting it returns all systems. The schema only lists the parameter with a default of null and no description, so the description compensates well for the zero coverage.

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 explicitly states 'Get system health and status information' with a clear scope ('for a specific system or all systems'). It identifies the resource (system health/status), the verb (get), and differentiates from sibling tools like redfish_get_system_info or redfish_get_chassis_info.

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

Usage Guidelines3/5

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

The description implies the tool is used when system health/status is needed, and the optional system_id indicates targeting a specific system or all systems. However, it does not explicitly state when to use this tool over alternatives, nor does it mention exclusions or prerequisites.

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

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