Skip to main content
Glama
dgahagan

homebox-mcp

by dgahagan

rename_attachment

Idempotent

Update an attachment's title, document type, or primary flag in Homebox. Only fields you specify change; others are preserved, using the attachment ID from list_attachments.

Instructions

Update an attachment's title, type (manual/attachment/warranty/receipt/ photo), or primary flag (see list_attachments for ids). Only the args you pass change; the rest is re-sent as-is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
primaryNo
doc_typeNo
identifierYes
attachment_idYes
Behavior4/5

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

The description discloses partial-update behavior ('Only the args you pass change; the rest is re-sent as-is'), which is valuable beyond the idempotentHint annotation. It also enumerates allowed type values. There is no contradiction with annotations.

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 two focused sentences with no wasted words. The first sentence states purpose and enumerates fields, the second clarifies update semantics. It is front-loaded and information-dense.

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

Completeness4/5

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

Despite having no output schema, the description covers the core purpose, allowed values, partial-update semantics, and where to find IDs. It does not explain return values or potential side effects (e.g., setting primary), but it is adequate for typical use.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by explaining title, doc_type (including allowed values), and primary. It also directs users to list_attachments for identifier/attachment_id. However, the precise distinction between `identifier` and `attachment_id` is left implicit.

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 identifies the verb ('Update') and the resource ('attachment'), and specifies the exact mutable fields: title, type, and primary flag. This distinguishes it from related siblings like delete_attachment, get_attachment, and list_attachments.

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

Usage Guidelines4/5

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

It gives clear context for when to use this tool: when modifying an existing attachment's metadata. It also provides a helpful pointer to list_attachments for obtaining IDs. However, it does not explicitly contrast with alternatives like attach_document or delete_attachment, so it stops short of full when-not guidance.

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/dgahagan/homebox-mcp'

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