Skip to main content
Glama
manganate006

OpenLMNP

Update Furniture

update_furniture
Idempotent

Update an existing furniture item by modifying only provided fields. Annual depreciation recalculates automatically when amount or duration changes.

Instructions

Met à jour un élément de mobilier existant. Seuls les champs fournis sont modifiés (mise à jour partielle). Le montant est en euros. L'amortissement annuel est recalculé automatiquement si le montant ou la durée changent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNo
tva_rateNo
descriptionNo
furniture_idYes
is_dedicatedNo
purchase_dateNo
duration_yearsNo
is_second_handNo
Behavior4/5

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

Description adds behavioral context beyond idempotentHint annotation: it confirms partial update (only provided fields changed) and automatic recalculation of annual depreciation when amount or duration change. No contradictions 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?

Three concise sentences, front-loaded with purpose, no extraneous text. Every sentence adds value.

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?

Given 8 parameters, no output schema, and only idempotent annotation, the description covers partial update and depreciation but does not address validation rules, return values, or what happens with invalid inputs.

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 0%, so description must compensate. It explains that 'amount' is in euros and that 'duration_years' affects depreciation. However, other parameters (tva_rate, description, is_dedicated, purchase_date, is_second_hand) are not clarified, leaving gaps.

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?

Description clearly states it updates an existing furniture item. Verb 'update' and resource 'furniture' are specific. However, it does not explicitly differentiate from the sibling 'create_furniture' or 'delete_furniture', but the word 'existing' implies update.

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 on when to use this tool versus alternatives like 'create_furniture' or 'delete_furniture'. No prerequisites or context for usage are provided.

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/manganate006/openlmnp'

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