Skip to main content
Glama
hhopke
by hhopke

icu_create_gear

Create a new gear item to track equipment usage and maintenance for bikes, shoes, trainers, and more.

Instructions

Create a new gear item for tracking equipment usage and maintenance (bikes, shoes, trainers, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the gear item
gear_typeYesType of gear (e.g., 'BIKE', 'SHOE', 'TRAINER', 'WETSUIT', 'OTHER')
brandNoBrand name
modelNoModel name
activeNoWhether this gear is actively used
primaryNoWhether this is the primary gear of this type

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations indicate readOnlyHint=false (write operation) and destructiveHint=false. The description only states 'create' which matches but adds no additional behavioral context such as idempotency, error conditions, or effect on existing gear.

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 a single concise sentence that clearly identifies the tool's purpose. It is front-loaded and contains no redundant information.

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

Completeness3/5

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

The description is minimal but sufficient given the presence of an output schema (indicated but not shown). However, it could be more complete by mentioning that the created gear object is returned, or noting any unique constraints like duplicate names.

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

Parameters3/5

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

Input schema covers all 6 parameters with descriptions, achieving 100% coverage. The tool description does not add further meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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 creates a new gear item for tracking equipment usage and maintenance. It explicitly mentions examples (bikes, shoes, trainers), distinguishing it from siblings like icu_update_gear or icu_delete_gear.

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?

The description implies usage for adding new gear but does not provide explicit when-to-use or when-not-to-use guidance. It also does not mention alternatives like icu_get_gear_list for viewing or icu_update_gear for modifying.

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/hhopke/intervals-icu-mcp'

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