Skip to main content
Glama
luisriverag

homebox-mcp

by luisriverag

items_maintenance_list

items_maintenance_list

Get maintenance log entries for an item by providing its UUID. Use this to review upkeep history and track servicing records.

Instructions

List maintenance log entries for an item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesHomebox item UUID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'List' implies a read-only operation, and 'for an item' scopes the result. Yet it does not mention ordering, pagination, response shape, or any side effects. For a simple list tool this is adequate but minimal.

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?

A single, front-loaded sentence with no filler. Every word contributes to the meaning, making it easy for an agent to parse quickly.

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 tool is simple: one required parameter, no output schema, no annotations. The description tells the agent what the tool does and what input is needed, but it does not specify the returned fields or any list behavior such as ordering or limits. This is acceptable for the low complexity but leaves some gaps.

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?

Schema description coverage is 100%, with the 'id' parameter described as 'Homebox item UUID.' The description's 'for an item' reinforces that the parameter refers to the item, but it adds no additional semantic meaning beyond what the schema already provides.

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 uses a specific verb and resource: 'List maintenance log entries for an item.' This clearly distinguishes it from siblings like items_list (list items) and items_get (get item). The scope is unambiguous.

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 when to use the tool: when you need maintenance log entries for a specific item. However, it does not provide explicit guidance on prerequisites, such as the item needing to exist, or compare against alternatives. There is no obvious sibling for maintenance logs, so the lack of exclusion is acceptable but not exemplary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/luisriverag/homebox_mcp'

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