Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

update_item

Update item details in Bexio, such as dimensions, pricing, stock, and descriptions. Modify specific fields to keep product information accurate.

Instructions

Edit an 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)
article_idYesthe id of the item
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_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?

The description adds no behavioral context beyond the annotations. Annotations indicate readOnlyHint=false, destructiveHint=false, and openWorldHint=true, but the description doesn't explain what updating entails—whether missing fields are reset, side effects, or permission needs. With openWorldHint=true, more disclosure is expected, but none is given.

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 only three words, which is concise in length, but it's under-specified—it sacrifices necessary context. Effective conciseness would front-load key information while still covering essential details; this description fails to do that.

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?

For a tool with 32 parameters, no output schema, and relatively sparse annotations, a one-line description is severely inadequate. It doesn't explain the update workflow, dependencies, or typical use cases, leaving the agent without enough context to invoke it correctly.

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 should compensate, but it mentions no parameters at all. It doesn't highlight that article_id is required, nor does it clarify any of the many optional fields, leaving the agent to rely on the sparse schema descriptions alone.

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

Purpose3/5

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

The description 'Edit an item' specifies the verb and resource, but it is vague—'item' is a generic domain object, and it doesn't clarify which aspects of the item can be edited or how this differs from other item-related tools. It distinguishes from siblings like update_item_position only at a high resource level, not through detailed scope.

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?

No guidance is provided on when to use this tool versus alternatives such as create_item, delete_item, or search_items. It doesn't mention prerequisites like the item existing, nor does it explain the context in which updating an item is appropriate.

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