Skip to main content
Glama
manganate006

OpenLMNP

Update Property

update_property
Idempotent

Update specific fields of an existing property. Only the provided fields are modified, keeping others unchanged.

Instructions

Met à jour les champs d'un bien immobilier existant. Seuls les champs fournis sont modifiés. Les montants sont en euros, les surfaces en m².

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
nameNo
typeNo
notesNo
addressNo
total_areaNo
tva_regimeNo
agency_feesNo
notary_feesNo
postal_codeNo
property_idYes
rental_typeNo
rented_areaNo
market_valueNo
land_percentageNo
acquisition_dateNo
acquisition_priceNo
market_value_dateNo
rental_start_dateNo
is_primary_residenceNo
Behavior4/5

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

Annotations declare idempotentHint=true, and the description adds that only provided fields are modified (partial update) and specifies units. No contradictions.

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?

Two sentences, no filler, front-loaded with key information. Efficient and focused.

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?

No output schema and description does not mention return value or side effects. Missing information on permissions, validation rules, and behavior for required vs optional fields.

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?

Schema coverage is 0%, and the description only mentions units but does not explain any of the 20 parameters. While parameter names are somewhat self-explanatory, an AI agent would benefit from additional clarification for fields like tva_regime, rental_type, etc.

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 updates existing property fields, specifies partial update behavior, and mentions units (euros, m²). It distinguishes from sibling tools like create_property and delete_property.

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 usage for modifying an existing property, but does not explicitly state when to use or when not to use alternatives. However, the context is clear given sibling tool names.

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