Skip to main content
Glama
manganate006

OpenLMNP

Create Expense

create_expense
Destructive

Add an operating expense for a French LMNP furnished rental property, specifying amount in euros, category, date, and description. Supports VAT rate, notes, and recurring options for precise accounting.

Instructions

Crée une charge d'exploitation pour un bien LMNP. Le montant est en euros. Catégories disponibles : property_tax, insurance, energy, maintenance, supplies, platform_fees, accounting, telecom, travel, cleaning, other.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
amountYes
categoryYes
tva_rateNo
descriptionYes
property_idYes
expense_dateYes
is_dedicatedNo
recurring_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3/5.0
Behavior1/5

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

The description says the tool 'creates' an expense, while the annotation indicates destructiveHint: true. This is a direct contradiction, as creation is not inherently destructive. The description does not disclose any destructive behavior or side effects, and the conflicting annotation makes the tool's behavior unclear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, using one sentence plus a list of categories. It is front-loaded with the action and contains no filler. The only minor issue is the French wording potentially causing translation overhead, but it is still efficient.

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?

For a tool with 9 parameters, no output schema, and a confusing annotation, the description is incomplete. It does not mention required fields, return values, prerequisites, or potential side effects beyond creation. The category list and amount unit are helpful, but the overall context is insufficient for an agent to fully understand the tool's behavior.

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 description adds meaning for two parameters: amount is 'en euros' and category lists valid values. However, with 0% schema coverage and 9 parameters total, it leaves the other seven (property_id, expense_date, description, notes, tva_rate, is_dedicated, recurring_type) unexplained. The partial info does not sufficiently compensate for the lack of schema descriptions.

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 action: 'Crée une charge d'exploitation pour un bien LMNP' (creates an operating expense for an LMNP property). The verb 'crée' and the resource 'charge d'exploitation' are specific, and the context 'bien LMNP' distinguishes it from related tools like create_income or create_property.

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 provides context (for an LMNP property) and lists categories, implying when the tool should be used. However, it does not explicitly mention alternatives or exclusions, such as using update_expense for modifications or creating income via create_income. The guidance is implied rather than stated.

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