Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_expens

Create new expense entries in Bexio with required fields like payment date, currency, amount, and attachments.

Instructions

Create new Expense

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
amountYesMaximum of 17 digits and maximum of 2 decimal digits.
tax_idNo
addressNoAddress
paid_onYes
supplier_idNo
currency_codeYes
exchange_rateNoRequired when 'currency_code' is different from 'base_currency_code' (taken from settings). Maximum of 5 digits and maximum of 10 decimal digits.
attachment_idsYesList of file ids that should be attached to this Expense. Cannot have duplicates.
bank_account_idNo
booking_account_idNo
base_currency_amountNoRequired when 'currency_code' is different from 'base_currency_code' (taken from settings). Maximum of 17 digits and maximum of 2 decimal digits.
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the agent knows this is a write operation. The description adds no further behavioral context such as required permissions, side effects, or rate limits, offering no value beyond the structured metadata.

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 a single short sentence with no wasted words, making it technically concise. However, it is under-specified to the point of resembling a title rather than a useful description, lacking any structural detail.

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 12 parameters, a nested address object, and no output schema, a one-sentence description is drastically insufficient. It does not explain required inputs, field relationships, or what happens after creation, leaving the agent with very little actionable guidance.

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?

Schema description coverage is only 42%, leaving many parameters undocumented. The description provides no explanation for any of the 12 parameters, including required fields like paid_on and currency_code, so it fails to compensate for the low schema coverage.

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 'Create new Expense' clearly identifies the action (create) and the resource (Expense), distinguishing it from sibling tools like update_expens, delete_expens, and create_expense_action. It is specific and unambiguous.

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 versus alternatives such as create_expense_action or update_expens. There is no context about prerequisites, typical scenarios, 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