Skip to main content
Glama
themiguelamador

toconline-mcp

finalize_sales_document

Finalize a draft sales document to make it fiscally valid and immutable. Confirmation required as the operation cannot be reversed.

Instructions

Finalize (issue) a draft sales document.

Once finalized, the document becomes fiscally valid and immutable. Requires confirm=true because the operation cannot be reversed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSales document id (must currently be in draft status).
confirmNoMust be true. Finalization is fiscally binding and cannot be undone.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description discloses critical behaviors: finalization makes the document 'fiscally valid and immutable', requires confirm=true, and cannot be reversed. This is comprehensive for a single-action tool.

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 short—three sentences. Front-loaded with the action, then adds critical context about irreversibility and confirm requirement. No extraneous information.

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 the presence of an output schema (not shown but confirmed), the description adequately explains the tool's behavior and preconditions. The notes about draft status and irreversibility complete the picture for correct invocation.

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 coverage is 100%, but the description adds value beyond the schema by explaining the consequence of finalization (immutable, fiscal) and why confirm is required. This context helps the agent understand parameter semantics.

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's purpose: 'Finalize (issue) a draft sales document.' It distinguishes from sibling tools like finalize_purchase_document and void operations by specifying 'sales document' and the action 'finalize'.

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: it's for finalizing draft sales documents. The requirement for confirm=true and the irreversible nature provide context. However, it does not explicitly state when to use this tool versus alternatives or when not to use it.

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