Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

List manager resources

list_managers
Read-onlyIdempotent

List BMC controllers (iDRAC/iLO/XCC) via Redfish, optionally fetching full payloads and status fields. Returns manager URIs and details wrapped with total count and truncation flag.

Instructions

List Manager members (BMC controllers such as iDRAC/iLO/XCC) and optionally include full payloads and status fields. Returns: Object containing collection_uri and managers items with URIs and optional details. Lists are wrapped as {items, total, truncated}. Example: list_managers(include_details=true)

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 declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds valuable context on return envelope format ({items, total, truncated}) and the distinction between URI-only and full payload behavior, which goes beyond the annotations.

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, includes a practical example, and avoids redundant information. Each sentence contributes to understanding the tool's purpose and behavior.

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

Completeness4/5

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

Given the tool's simplicity, full schema coverage, and helpful annotations, the description is nearly complete. It covers purpose, optional details, and return envelope including truncation. The only minor gap is the lack of explicit cross-reference to get_manager for single-item retrieval, but this is not critical.

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?

Schema description coverage is 100%, so baseline is 3. The description's example reinforces include_details but does not add meaning beyond the schema's existing parameter descriptions, which already explain the boolean's effect.

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 tool 'List Manager members' with a specific verb+resource, identifying BMC controllers (iDRAC/iLO/XCC) and optional detail inclusion. This distinguishes it from the sibling get_manager tool, which retrieves a single manager.

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 usage for listing managers but does not explicitly contrast with alternatives like get_manager or state when to use this vs list_systems. No exclusion or alternative guidance is provided, so agents must infer the appropriate context from the tool name and sibling list.

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