Skip to main content
Glama
mirastacklabs-ai

MIRASTACK Redfish MCP Server

Official

Describe Redfish schema type

redfish_describe_schema
Read-onlyIdempotent

Get distilled Redfish schema metadata for a resource type, or narrow to a single property or action definition with URIs, properties, and enums.

Instructions

Return distilled schema metadata for one Redfish resource type from the bundled index artifact. Full summaries are large, so pass property_name or action_name to retrieve just one definition. Returns: Full summary with URIs, properties, actions, versions, and enum metadata; or one narrowed property/action definition. Example: redfish_describe_schema(resource_type='ComputerSystem', property_name='PowerState')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_nameNoOptional single action to describe instead of the full summary, with or without the leading '#'.
property_nameNoOptional single property to describe instead of the full summary.
resource_typeYesRedfish schema type name such as ComputerSystem or Chassis.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable context about the bundled index artifact (suggesting offline/local data) and the return content, including URIs, properties, actions, versions, and enum metadata. It also notes the potential size of full summaries, which is a practical performance consideration.

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 and front-loaded with the main purpose. It efficiently packs the key behavioral notes and an example into four compact sentences, with no wasted words.

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?

Given the tool's simple scope, an output schema, and safe annotations, the description provides sufficient completeness. It clarifies the source (bundled index), narrowing options, return format, and an example, making it fully understandable for an agent.

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 input schema already covers all parameters with descriptions. The description supplements this by explaining how property_name and action_name narrow the result, and the example clarifies usage with resource_type and property_name. This adds meaning beyond the schema definitions.

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 returns distilled schema metadata for one Redfish resource type from the bundled index artifact. It distinguishes itself from sibling tools that focus on endpoint operations or live data access.

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?

It provides helpful guidance on narrowing output with property_name or action_name when full summaries are large, but does not explicitly discuss when to use this tool vs alternatives like redfish_get or list_endpoints. The usage context is implied rather than directly contrasted with siblings.

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