Skip to main content
Glama
themiguelamador

toconline-mcp

delete_sales_document

Delete unfinalized sales document drafts to clean up orphans from failed creation attempts or unwanted experiments. Only works on drafts; finalized documents require voiding via credit note.

Instructions

Delete a draft sales document.

Use this for cleaning up unfinalised drafts (e.g. orphans left behind by a failed create_sales_document call, or experimental drafts you no longer want). Will fail if the document has been finalised (status != 0) — finalised documents must be voided via a credit note, not deleted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSales document id to delete.
confirmNoMust be true. Only drafts can be deleted; finalized documents must be voided instead.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses that deletion only works on drafts (status != 0 fails) and that finalized documents need different handling. No annotations provided, so description carries full burden; missing mention of permanence of deletion, but still strong.

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?

Very concise: two sentences say everything needed. Front-loaded with purpose, no filler or repetition.

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?

Given full schema coverage, output schema exists, and tool is simple, the description is complete. It covers purpose, constraints, and usage guidance adequately.

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

Parameters5/5

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

Schema has 100% coverage, and description adds context: 'confirm' must be true, why only drafts can be deleted. Adds value beyond the schema's parameter 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 tool deletes draft sales documents, using the verb 'Delete' and specifying the resource. It distinguishes from siblings by noting that finalized documents cannot be deleted and must be voided via credit note.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: cleaning up unfinalised drafts, orphans, or experimental drafts. Also states when not to use: finalized documents, directing to credit note instead.

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/themiguelamador/toconline-mcp'

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