Skip to main content
Glama
manganate006

OpenLMNP

Delete Property Work

delete_property_work
Destructive

Delete a property work item by its ID, removing all associated supporting documents. This action is irreversible, so use it only when certain.

Instructions

Supprime un poste de travaux immobiliers par son identifiant. Les documents justificatifs associés sont également supprimés. Cette action est irréversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
work_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A4.7/5.0
Behavior5/5

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

The annotations already declare destructiveHint=true, but the description adds critical beyond-annotation context: 'Les documents justificatifs associés sont également supprimés' (associated supporting documents are also deleted) and 'Cette action est irréversible' (this action is irreversible). This discloses cascading side effects and permanence.

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 short, front-loaded sentences each add essential information: the action, the cascading deletion, and irreversibility. No redundancy, perfectly sized.

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

Completeness5/5

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

For a single-parameter delete operation with no output schema, the description covers the action, side effects, and irreversibility, providing sufficient context for an agent to invoke it correctly.

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?

The input schema only lists work_id as an integer. The description clarifies that work_id is the identifier of the property work, giving semantic meaning to the parameter. With 0% schema description coverage, this is helpful though not exhaustive.

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 with a specific verb and resource: 'Supprime un poste de travaux immobiliers par son identifiant' (deletes a property work item by its identifier). It also distinguishes from sibling delete tools by explicitly mentioning 'travaux immobiliers' (property works).

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 gives clear context that this tool is for deleting property works and warns that associated documents are also deleted. It does not explicitly name alternative tools or provide when-not-to-use guidance, but the context is sufficient for basic selection.

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