Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

List chassis resources

list_chassis
Read-onlyIdempotent

List chassis on Redfish-compliant BMCs. Optionally retrieve full details and status for each chassis to support inventory and health monitoring.

Instructions

List Chassis members and optionally include full details and status for each chassis. Returns: Object containing collection_uri and chassis items with URIs and optional details. Lists are wrapped as {items, total, truncated}. Example: list_chassis(include_details=false)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointNoConfigured endpoint name. Omit to use the default endpoint.
include_detailsNoTrue fetches each member resource; false returns only member URIs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already convey read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral context by detailing the return object structure (collection_uri, chassis items), the wrapping format ({items, total, truncated}), and the effect of include_details. This goes beyond what annotations provide, especially the truncation hint which complements the openWorldHint.

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 compact and front-loaded with the main purpose, followed by return format and a concrete example. Every sentence contributes meaningful information without fluff or repetition of the schema.

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?

For a simple list tool, the description covers the core behavior, return shape, pagination/truncation indicator, and includes a usage example. An output schema exists, so detailed field documentation is already available. The description is complete enough for an agent to select and invoke the tool correctly.

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 input schema already fully describes both parameters, including the meaning of include_details and endpoint. The description reiterates include_details in prose and gives an example call, adding slight value but not substantially extending the schema's coverage. Baseline of 3 is appropriate given schema coverage is 100%.

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 clearly states the verb ('List') and resource ('Chassis members'), and specifies the optional behavior ('include full details and status'). It distinguishes itself from sibling tools like get_chassis, which targets a single chassis, and list_systems, which targets a different resource.

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 description provides clear context: this tool lists chassis members and can optionally fetch details. It does not explicitly name alternatives or exclusions, but the purpose is unambiguous in the context of sibling list/get tools, making the intended usage clear.

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