redfish_get_chassis_info
Retrieve chassis details and inventory from Redfish-enabled hardware for monitoring and management.
Instructions
Get chassis information and inventory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve chassis details and inventory from Redfish-enabled hardware for monitoring and management.
Get chassis information and inventory
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'Get chassis information and inventory', implying a read operation, but does not describe what data is returned, whether authentication is required, or any other behavioral characteristics such as pagination or filtering. The description is not misleading but is severely under-specified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, short sentence and is not verbose, but it is under-specified. It essentially restates the tool name ('get_chassis_info' vs 'Get chassis information') with the addition of 'and inventory', which is redundant and does not justify the full sentence. It is concise but lacks substance, making it minimally acceptable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no annotations, no output schema, and no parameters, making the description the sole source of context. While the tool is simple, the description only says 'Get chassis information and inventory' without specifying the shape of the return, the breadth of 'inventory', or any operational context. Compared to sibling tools of similar purpose, this lacks the detail needed for an agent to confidently invoke it and interpret results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters, the input schema is empty and schemas provide no information. The baseline for 0-parameter tools is 4, and the description does not need to explain parameters. It neither adds nor detracts from parameter clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Get' and names the exact resource 'chassis information and inventory'. This clearly distinguishes it from sibling tools like redfish_get_system_info or redfish_get_manager_info, which target different resources. The addition of 'inventory' adds a layer of specificity beyond mere restatement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus the many sibling get_*_info tools. It does not mention typical use cases, prerequisites, or exclusions. The agent is left to infer from the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/carlosedp/redfish-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server