Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_outgoing_payment

Creates a new outgoing payment for a bill in Bexio, supporting IBAN, QR, manual, and cash discount payment types, with validation for amount, currency, and execution date.

Instructions

Create new Outgoing Payment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoNot allowed for IBAN, QR.
amountYesMust be less or equal to Bill's 'pending_amount'. Maximum of 17 digits and maximum of 2 decimal digits.
bill_idYesPayment can be created only for Bill that is not in status DRAFT.
messageNoNot allowed for QR, MANUAL, CASH_DISCOUNT.
fee_typeNoRequired for IBAN. Not allowed for QR, MANUAL, CASH_DISCOUNT. Must be set to NO_FEE when 'receiver_iban' is a domestic IBAN (same country as 'sender_bank_account_id' Bank Account IBAN country). Cannot be set to NO_FEE when 'receiver_iban' is not a domestic IBAN.
sender_cityNoRequired for IBAN, QR. Not allowed for CASH_DISCOUNT.
sender_ibanNoRequired for IBAN, QR. Not allowed for CASH_DISCOUNT.
sender_nameNoRequired for IBAN, QR. Not allowed for CASH_DISCOUNT.
booking_textNoNot allowed for MANUAL, CASH_DISCOUNT.
payment_typeYesBill's amount cannot be covered only by CASH_DISCOUNT payments.
reference_noNoNot allowed for IBAN, MANUAL, CASH_DISCOUNT. For QR, when 'receiver_iban' is QR Iban then 'reference_no' must be valid Isr Account number. For QR, when 'receiver_iban' is not QR Iban then 'reference_no' must be valid Creaditor Reference.
sender_bc_noNoNot allowed for CASH_DISCOUNT.
currency_codeYesMust be equal to Bill's 'currency_code'. Only 'CHF' and 'EUR' is allowed for QR.
exchange_rateYesMaximum of 5 digits and maximum of 10 decimal digits.
receiver_cityNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT.
receiver_ibanNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT. Must be valid Iban for IBAN Payment or must be valid QR Iban for QR Payment.
receiver_nameNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT.
sender_streetNoRequired for IBAN, QR. Not allowed for CASH_DISCOUNT.
execution_dateYesMust be after or equal to Bill's 'bill_date'. Cannot be in CLOSED or LOCKED Business Year. Must be in existing Business Year. For IBAN and QR must be in present or future and cannot be on the weekend.
receiver_bc_noNoNot allowed for MANUAL, CASH_DISCOUNT.
sender_bank_noNoNot allowed for CASH_DISCOUNT.
receiver_streetNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT.
sender_house_noNoNot allowed for CASH_DISCOUNT.
sender_postcodeNoRequired for IBAN, QR. Not allowed for CASH_DISCOUNT.
receiver_bank_noNoNot allowed for MANUAL, CASH_DISCOUNT.
sender_bank_nameNoNot allowed for CASH_DISCOUNT.
is_salary_paymentYesAllowed to be set to true only for IBAN.
receiver_house_noNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT.
receiver_postcodeNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT.
receiver_bank_nameNoNot allowed for MANUAL, CASH_DISCOUNT.
receiver_account_noNoNot allowed for IBAN, QR, MANUAL, CASH_DISCOUNT.
sender_country_codeNoNot allowed for CASH_DISCOUNT.
receiver_country_codeNoRequired for IBAN, QR. Not allowed for MANUAL, CASH_DISCOUNT.
sender_bank_account_idYesRequired for IBAN, MANUAL, QR. Not allowed for CASH_DISCOUNT. For [IBAN, QR] it must be Bank Account with type 'bank'. For MANUAL it could be Bank Account with type 'bank' or 'cash'.
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=true. The description adds no further behavioral context beyond confirming a create operation, which is consistent with the annotations. There is no contradiction, but also no added disclosure about permissions, side effects, or failure modes.

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

Conciseness4/5

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

The description is a short, front-loaded single sentence with no wasted words. It is appropriately concise for a title-like summary, though it adds little beyond what the tool name already implies.

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

Completeness2/5

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

Given the complexity of 34 parameters and no output schema, the description is insufficient. It does not explain the overall purpose in the payment workflow, what the response looks like, or how it differs from related tools like create_payment. The rich schema helps with parameter selection but cannot replace missing high-level context.

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

Parameters3/5

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

The schema description coverage is 100%, providing detailed descriptions for all 34 parameters. The tool description itself contributes no additional parameter-level meaning, so the baseline of 3 is appropriate because the schema fully documents the parameters.

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 states a specific action ('Create') on a specific resource ('Outgoing Payment'), which is clear and direct. However, it does not explicitly distinguish this from sibling tools like create_payment or update_outgoing_payment, so it misses the top score.

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, no preconditions, and no exclusion criteria. The schema provides parameter constraints, but that does not constitute usage guidelines for tool selection.

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