Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

update_default_position

Edit an existing default position on a Bexio quote, order, or invoice by providing the document type, document ID, and position ID.

Instructions

Edit a default position

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
amountNo
tax_idNoReferences a [tax object](#operation/ListTaxes) Please note that only active sales taxes can be used as references on the document types `quote`, `order` and `invoice`. An easy way to retrieve all valid taxes is by calling the taxes endpoint with the query parameters `types=sales_tax&scope=active` (
unit_idNoReferences a [unit object](#operation/v2ListUnits)
account_idNoReferences an [account object](#operation/ListAccounts)
unit_priceNoThe price of one unit (max. 6 decimals)
amount_openNo
document_idYesthe id of the document. E.g. if the `kb_document_type` is set to `kb_invoice` the `document_id` must be set to the ID of the invoice
is_optionalNoOnly in the case of quotes or Orders
position_idYesthe id of the position
amount_reservedNo
amount_completedNo
kb_document_typeYesThe type of the document. Default positions can be added to quotes, orders and invoices
discount_in_percentNoThe discount (max. 6 decimals)
Behavior2/5

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

The description discloses no behavioral traits beyond what the annotations already indicate. Annotations show readOnlyHint=false and destructiveHint=false, which align with 'Edit', but the description adds no context about side effects, partial updates, validation errors, or any special behavior. This is a significant gap for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at just one short sentence, which is positively no wasted words. However, it is under-specified for a tool with 14 parameters and 3 required parameters. The conciseness sacrifices useful detail about what 'editing' entails.

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

Completeness1/5

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

Given the absence of an output schema, the complexity of 14 parameters, and the need to understand what a default position is, this description is severely inadequate. It provides no explanation of the resource, the editing semantics, or the relationship among required parameters, making it impossible for an agent to correctly use the tool without external knowledge.

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

Parameters2/5

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

The description adds no information about the 14 parameters. Although the schema provides descriptions for 64% of parameters, the description itself does not compensate for the undocumented ones. It fails to explain the meaning of required fields like kb_document_type, document_id, or position_id, leaving the agent to rely entirely on the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Edit') and the resource ('default position'), which distinguishes it from sibling tools like create_default_position, delete_default_position, and get_default_position. It is not merely a restatement of the tool name, though it lacks details on what fields can be edited.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool vs alternatives, such as when creating a new position or deleting one. There is no mention of prerequisites or recommended context. It merely states the action, leaving the agent to infer usage from the tool name.

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/AIWerk/mcp-server-bexio'

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