Skip to main content
Glama
manganate006

OpenLMNP

Compute Fiscal Year

compute_fiscal_year
Idempotent

Calculate the complete LMNP fiscal result for a given year: income, expenses, depreciation with cap and carry-forward, net fiscal result, and VAT balance. Creates the fiscal year automatically.

Instructions

Calcule le résultat fiscal complet d'un exercice LMNP pour une année donnée : recettes, charges, amortissements (avec plafonnement et report), résultat fiscal net, et solde TVA. Crée l'exercice s'il n'existe pas encore. Tous les montants sont retournés en euros.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
Behavior4/5

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

Annotations provide idempotentHint=true. Description adds that it creates the fiscal year if nonexistent, discloses depreciation capping and carryforward, and states amounts in euros. 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 a single, information-dense sentence that lists components, side effect, and currency. No unnecessary words.

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?

No output schema, but description enumerates return components (recettes, charges, amortissements, etc.). Does not mention prerequisites or behavior if year already exists, but sufficient for a complex compute tool given context.

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?

Schema has one integer parameter 'year' with 0% description coverage. Description mentions 'pour une année donnée', making the parameter's purpose clear from context, compensating for lack of explicit parameter description.

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 verb 'Calcule' and the resource 'résultat fiscal complet d'un exercice LMNP pour une année donnée', listing specific components (recettes, charges, amortissements, etc.). It distinguishes from siblings like compute_depreciation and compute_tva by being comprehensive.

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?

The description implies the tool should be used to compute full fiscal results, possibly after data entry, and notes it creates the year if missing. No explicit when-not or alternatives, but sibling tools like get_fiscal_year and compute_depreciation provide context.

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