Skip to main content
Glama
manganate006

OpenLMNP

Create Property Work

create_property_work
Destructive

Create a depreciable property work record for LMNP rentals. Automatically calculates annual depreciation (default 10 years), handling non-dedicated quote parts. Input amount, date, and description.

Instructions

Crée un poste de travaux immobiliers amortissables pour un bien LMNP. Le montant est en euros. La durée d'amortissement est de 10 ans par défaut. L'amortissement annuel est calculé automatiquement en tenant compte de la quote-part si le poste n'est pas dédié.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
tva_rateNo
work_dateYes
descriptionYes
property_idYes
is_dedicatedNo
duration_yearsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A3.7/5.0
Behavior4/5

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

The description adds valuable behavioral context beyond the annotations: amount is in euros, default 10-year depreciation, automatic annual depreciation calculation, and quote-part handling for non-dedicated items. It does not contradict the destructiveHint=true annotation, though the annotation is not explained. The description could mention irreversible effects, but it already reveals key calculation behaviors.

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 3 sentences, front-loaded with the purpose, and every sentence adds relevant information. There is no fluff or repetition of schema attributes. It is appropriately sized and well-structured.

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

Completeness2/5

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

Given 7 parameters, no output schema, and only a destructive hint annotation, the description should explain more: required parameters, return values, and any side effects. It focuses on the depreciation calculation but omits essential operational details like what is returned or how tva_rate and work_date are used, making it incomplete for a create tool.

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

Parameters2/5

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

The schema has 0% description coverage, so the description is the only source for parameter meaning. It explains 'amount' unit, 'duration_years' default, and 'is_dedicated' affects quote-part, but it leaves property_id, description, work_date, and tva_rate completely unexplained. This is insufficient for a 7-parameter create operation.

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's purpose: 'Crée un poste de travaux immobiliers amortissables pour un bien LMNP' (Creates a depreciable real estate work item for a LMNP property). This uses a specific verb and resource, and it distinguishes itself from sibling tools like create_expense or create_furniture by focusing on 'travaux' (work) and 'amortissables' (depreciable).

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 context (for LMNP properties) but does not explicitly state when to use this tool versus alternatives such as create_expense or create_furniture. It lacks exclusions or alternative tool references, so the agent must infer from the name and context.

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