Skip to main content
Glama

create_rack_storage_item

Create a new rack storage item by specifying rack role, unit positions, power draw, and asset ID to track equipment placement and usage.

Instructions

Create a new Rack Storage Item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNo
statusNo
asset_idNo
end_unitNo
power_drawNo
start_unitNo
max_wattageNo
reserved_messageNo
rack_storage_role_idYes
Behavior1/5

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

With no annotations provided, the description is the only source of behavioral info, but it merely repeats the action 'create' without disclosing side effects, required permissions, error conditions, idempotency, or any impact on related data. This is a serious gap for a mutation tool.

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

Conciseness3/5

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

The description is a single, grammatically complete sentence with no wasted words, making it concise. However, it is under-specified for a tool with nine parameters and no additional annotations; brevity is achieved by omitting necessary content rather than by efficiently conveying essential information.

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?

Given the complexity of the tool (9 parameters, no schema coverage, no annotations, no output schema), the description is completely inadequate. It does not explain return values, constraints, relationships to other entities, or any operational context, leaving the agent without enough information to use the tool 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 9 parameters with 0% description coverage, and the description adds no meaning to any of them. Terms like 'rack_storage_role_id', 'side', 'status', or 'power_draw' remain unexplained, so the agent must guess their purpose and allowed values.

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

Purpose4/5

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

The description states 'Create a new Rack Storage Item' with a specific verb ('Create') and resource ('Rack Storage Item'), clearly distinguishing it from sibling operations like list/get/update/delete. However, it lacks additional context about what a Rack Storage Item is or how it differs from the related 'create_rack_storage' tool, so it is not fully helpful.

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?

The description gives no guidance on when to use this tool, what prerequisites exist, or which alternatives to prefer. It only provides the bare action statement, leaving the agent to infer usage from the tool name and sibling context. No exclusions or comparisons are mentioned.

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