Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_subposition

Add a sub position to quotes, orders, or invoices by specifying the document type and ID. Optionally include text and control position number display.

Instructions

Create a sub position

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
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
show_pos_nrNo
kb_document_typeYesThe type of the document. Sub positions can be added to quotes, orders and invoices
Behavior2/5

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

The annotations already indicate readOnlyHint=false and destructiveHint=false, and the description adds no behavioral context beyond the word 'create'. It does not mention side effects, required document existence, or relationship to offers/orders/invoices, nor does it contradict the annotations.

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

Conciseness2/5

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

The description is extremely short, which could be concise, but it is under-specified rather than efficiently structured. It lacks essential information that should be front-loaded, making it inadequate as a standalone explanation.

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?

With four parameters, two required, no output schema, and a domain-specific concept, the description is wholly incomplete. It fails to define what a subposition is, how it attaches to documents, or any contextual constraints, making it nearly impossible to use correctly 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 schema documents only two of four parameters (kb_document_type and document_id), leaving text and show_pos_nr with no explanation. The description mentions no parameters and does nothing to compensate for the 50% schema coverage gap, providing zero additional semantic value.

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

Purpose2/5

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

The description 'Create a sub position' is a direct restatement of the tool name, offering only a verb and resource without explaining what a subposition is or how it differs from sibling position-creation tools like create_item_position or create_discount_position. This qualifies as a tautology rather than a clear, distinguishing purpose.

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, which document types are applicable, or how it compares to alternatives. It lacks any context about prerequisites or exclusions, leaving the agent to infer usage solely from the schema and 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