Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

Summarize system health

get_health_summary
Read-onlyIdempotent

Retrieve a consolidated health and state rollup for Systems, Chassis, and Managers across your Redfish fleet, enabling quick fleet-wide status assessment.

Instructions

Collect health/state rollups for Systems, Chassis, and Managers to provide a quick fleet health summary. Returns: Object with groups keyed by Systems/Chassis/Managers, each a list of per-member health and state rollups. Example: get_health_summary()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointNoConfigured endpoint name. Omit to use the default endpoint.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds meaningful context about the return shape (groups keyed by Systems/Chassis/Managers) and the rollup nature, going beyond the annotations without contradicting them.

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 two concise sentences and an example, with the purpose front-loaded. Every sentence adds value, and the example call is a useful quick-reference without waste.

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

Completeness5/5

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

The tool has an output schema, and the description explains the return structure clearly. With only one optional parameter and annotations covering safety, the description is fully sufficient to infer usage and expected results.

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?

The schema provides 100% coverage for the single optional 'endpoint' parameter, so the description adds no extra parameter semantics. The example call get_health_summary() is already implied by the schema's default null, so the description does not compensate beyond what the schema offers.

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 ('Collect health/state rollups') and names the exact resources (Systems, Chassis, Managers), clearly distinguishing it from sibling tools like list_systems or get_system. The return structure is explicitly described, reinforcing the purpose.

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?

The phrase 'quick fleet health summary' provides a clear context for when to use this tool, implying it is for high-level overviews rather than detailed inspection. It does not explicitly name alternatives or exclusions, but the context against the sibling list is sufficient.

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/mirastacklabs-ai/mirastack-redfish-mcp'

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