Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

Get system component inventory

get_component_inventory
Read-onlyIdempotent

Retrieve system hardware inventory from a Redfish BMC, covering processors, memory, storage, Ethernet interfaces, and PCIe devices. Optionally include detailed specs like model, serial, capacity.

Instructions

Walk the Processors, Memory, Storage, EthernetInterfaces, and PCIeDevices collections of one system. With include_details true each member is fetched, returning model, manufacturer, serial number, part number, capacity, core count, and MAC address where the vendor reports them. Returns: Object with components keyed by collection name, each carrying uri, count, members (descriptor fields when include_details is true, otherwise URI stubs), and details_truncated. Example: get_component_inventory(system_uri='/redfish/v1/Systems/1', include_details=true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointNoConfigured endpoint name. Omit to use the default endpoint.
system_uriNoTarget ComputerSystem URI. Omit to auto-select the first system.
include_detailsNoTrue fetches each component resource (up to 64 per collection) and returns its model/serial/capacity fields; false returns only member URIs and counts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description discloses meaningful behavioral details: each member is fetched when include_details is true, vendor-reported fields vary, and the response includes a details_truncated flag. This goes beyond the annotations (readOnlyHint, idempotentHint, etc.) and adds valuable context about what the tool actually does.

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 concise, front-loaded with the primary action, and includes a return structure explanation plus an example. Every sentence contributes information without redundancy.

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 tool of this complexity, the description covers the walk behavior, output structure, optional details, and a usage example. The presence of an output schema further enhances completeness, but the description alone is sufficient for understanding the tool.

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?

Schema coverage is 100% and each parameter is described, but the tool description adds extra meaning by explaining the effect of include_details on the output and providing a concrete usage example. This enhances the parameter semantics beyond the schema alone.

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 states the tool walks the Processors, Memory, Storage, EthernetInterfaces, and PCIeDevices collections of one system, making the purpose explicit and specific. It distinguishes itself from sibling tools like get_system or redfish_walk by describing a distinct aggregated inventory operation.

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 on when to use the tool (to retrieve component inventory for a system) and explains the behavior of include_details. It does not explicitly name alternatives or exclusions, but the context is sufficient for an agent to select this tool appropriately.

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