Skip to main content
Glama
lazyants

lexware-mcp-server

by lazyants

Pursue to an Order Confirmation

lexware_pursue_order_confirmation

Create an order confirmation from a preceding quotation to formalize the sales process and confirm customer terms.

Instructions

Create a new order confirmation as a follow-up to a preceding quotation. Maps to the documented POST /order-confirmations?precedingSalesVoucherId={id} endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
precedingSalesVoucherIdYesUUID of the preceding quotation that this order confirmation is pursued from.
bodyYesOrder confirmation JSON body. Same shape as lexware_create_order_confirmation. See Lexware API docs for full schema.
Behavior3/5

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

Annotations already indicate readOnlyHint=false (mutates) and destructiveHint=false. The description adds that it creates a new entity and references a preceding voucher, which is consistent. No additional side effects or behavioral nuances are disclosed.

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 two sentences, front-loaded with the core action and purpose, and contains no redundant information. Every sentence adds meaningful context.

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 creation tool without an output schema, the description adequately covers input parameters and the relationship to preceding vouchers. It could mention return value expectations, but the lack is acceptable as the tool's primary purpose is mutation.

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% and both parameters have descriptions. The body parameter description adds value by referencing the sibling tool lexware_create_order_confirmation and directing to Lexware API docs for full schema, which helps the agent understand the expected structure.

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 creates an order confirmation as a follow-up to a quotation, and maps to a specific endpoint. This distinguishes it from siblings like lexware_create_order_confirmation which creates a standalone order confirmation.

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 indicates the tool is for creating order confirmations from preceding quotations, providing clear context. It does not explicitly state when not to use or mention alternatives, but the sibling lexware_create_order_confirmation is implied for standalone creation.

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/lazyants/lexware-mcp-server'

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