Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_item

Create a new product or service item in Bexio by specifying pricing, stock, tax, and other attributes. Enables adding items to your business catalog for invoicing and accounting.

Instructions

Create item

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo
heightNo
volumeNo
weightNo
remarksNo
unit_idNoReferences a [unit object](#operation/v2ListUnits)
user_idNoReferences a [user object](#operation/v3ListUsers) (Currently, it has no impact, regardless of which user_id is sent.)
is_stockNoRequires `stock_edit` scope to work.
stock_idNoReferences a [stock location object](#operation/v2ListStockLocations)
stock_nrNoPlease note that the stock number can only be set if no bookings for this product have been made.
html_textNo
account_idNoReferences an [account object](#operation/v2ListAccounts)
contact_idNoReferences a [contact object](#operation/v2ListContacts)
sale_priceNo
sale_totalNo
currency_idNoReferences a [currency object](#operation/ListCurrencies)
intern_codeNo
intern_nameNo
stock_min_nrNo
tax_income_idNoReferences a [tax object](#operation/ListTaxes)
deliverer_codeNo
deliverer_nameNo
delivery_priceNo
purchase_priceNo
purchase_totalNo
stock_place_idNoReferences a [stock area object](#operation/v2ListStockAreas)
tax_expense_idNoReferences a [tax object](#operation/ListTaxes)
article_type_idNoPlease use the value `1` for physical products or `2` for services
article_group_idNo
expense_account_idNoReferences an [account object](#operation/v2ListAccounts)
intern_descriptionNo
deliverer_descriptionNo
Behavior2/5

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

Annotations indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false, but the description adds no behavioral context. It does not mention required scopes, side effects, or validation rules, even though fields like is_stock require stock_edit scope.

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 phrase 'Create item' is short but under-specified rather than concise. For a complex 32-parameter mutation tool, this is not appropriately sized and does not earn its place.

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?

The description is severely incomplete for a complex tool with 32 parameters, no output schema, and a large sibling toolset. It omits purpose, prerequisites, return behavior, and any operational context.

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

Parameters1/5

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

With 32 parameters and only 41% schema description coverage, the description must compensate for undocumented fields, but it provides zero parameter semantics. It does not explain any of the key fields like width, height, article_type_id, or stock-related properties.

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 item' is a direct tautology of the tool name and title, providing no additional meaning. It does not distinguish this tool from siblings like create_item_position or other create_* tools.

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?

There is no guidance on when to use this tool versus alternatives such as update_item or create_item_position. The description lacks any context, prerequisites, or exclusions.

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