Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

Get BIOS attributes

get_bios_attributes
Read-onlyIdempotent

Retrieve BIOS attributes and the full BIOS resource for a system, returning the BIOS URI and payload for direct inspection or configuration checks.

Instructions

Fetch BIOS attributes and the full BIOS resource for one system. Returns: Object with BIOS attributes, bios_uri, and full BIOS resource payload. Example: get_bios_attributes(system_uri='/redfish/v1/Systems/1')

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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds context about the return payload (attributes, bios_uri, full resource), which goes beyond the annotations and clarifies what the caller receives. No contradictions found.

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?

Two concise sentences plus an example, with the core action front-loaded. Every sentence earns its place, and the description is easy to scan.

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 two-parameter read-only tool, the description fully explains the return shape and provides an example. The output schema exists, so the description is complete without needing to enumerate return fields further.

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 schema already covers both parameters with 100% coverage, so the baseline is 3. The description's example with system_uri='/redfish/v1/Systems/1' gives a concrete format, adding a small increment beyond the schema's textual description.

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 that the tool fetches BIOS attributes and the full BIOS resource for one system, with a specific verb and resource. It also provides a concrete example, which distinguishes it from broader system tools like get_system or redfish_get.

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 implies usage for retrieving BIOS-specific information for a single system, and the example demonstrates a typical invocation. While it does not explicitly mention alternatives or when-not-to-use, the context is clear enough from the tool name and description.

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