Skip to main content
Glama

update_rack_storage

Update rack storage details in Hudu by providing the record ID and optional attributes like name, size, location, and wattage. Modify existing rack storage information directly.

Instructions

Update a Rack Storage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
widthNo
heightNo
descriptionNo
location_idNo
max_wattageNo
starting_unitNo
Behavior1/5

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

The description discloses no behavioral traits. It does not state whether the update is a partial or full replacement, whether it requires an existing record, what happens to unspecified fields, or any side effects. With no annotations provided, the description entirely fails to convey what the tool actually does beyond the generic action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short but under-specified. It wastes the opportunity to provide useful structure or context, and the single sentence adds no information beyond what the tool name already conveys. While there is no redundancy, the brevity is not a virtue here as it amounts to empty specification.

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

Completeness1/5

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

This is a mutation tool with 8 parameters, no annotations, no output schema, and no description details. The description is woefully incomplete—it fails to explain the operation's behavior, parameter roles, expected outcomes, or any constraints, making it nearly unusable for an AI agent to select and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 8 parameters with 0% description coverage, and the description does not mention any of them or their meanings. It provides no insight into what fields like 'width', 'height', or 'max_wattage' represent or how they are used in the update, leaving the agent to guess from names alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update a Rack Storage.' is a direct restatement of the tool name, providing no additional context about what the update entails or which aspects of the resource are modified. It is essentially a tautology, offering no value beyond the name itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus alternatives, such as create_rack_storage, delete_rack_storage, or get_rack_storage. There is no mention of prerequisites, typical use cases, or situations where another tool would be more appropriate.

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/Allied-Business-Solutions/hudu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server