Skip to main content
Glama
badbat75

FattureInCloud MCP

by badbat75

Delete issued document

delete_issued_document
DestructiveIdempotent

Permanently delete an issued document by its ID. Irreversible action; use carefully.

Instructions

Permanently delete an issued document by ID. Irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idNoFatture in Cloud company ID. Omit to use the default company configured for the session; discover IDs with list_companies.
document_idYesThe ID of the document.
Behavior4/5

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

The description adds 'Irreversible' and 'Permanently', which reinforce the destructiveHint annotation and provide additional context about the consequence of deletion. It does not contradict annotations and adds value by warning the user about the non-recoverable nature, though it doesn't disclose other behavioral details like auth requirements.

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 extremely concise, using only two short sentences. Every word is purposeful, with the key action and consequence front-loaded. No redundant or unnecessary content.

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?

For a simple delete tool with two well-described parameters and annotations conveying destructive and idempotent hints, the description is sufficient. It covers the purpose, method, and consequence. It could theoretically mention error cases or return behavior, but for a deletion operation this is largely optional.

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

Parameters3/5

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

The schema descriptions cover both parameters at 100%, so the description adds little beyond what the schema already provides. The phrase 'by ID' aligns with the document_id parameter but does not introduce new semantic details.

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: 'Permanently delete an issued document by ID.' It uses a specific verb (delete), identifies the resource (issued document), and specifies the parameter (by ID). This distinguishes it from sibling tools like get_issued_document and update_issued_document.

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 when to use the tool (when you need to delete an issued document by ID) but provides no explicit guidance on when not to use it or mention of alternatives. There is no reference to sibling tools or exclusions, so it falls short of a 4.

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/badbat75/FattureInCloudMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server