Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_bill_action

Duplicate an existing bill in Bexio by providing its ID and the action DUPLICATE. Use this tool to create a copy of a bill for further editing or reuse.

Instructions

Execute Bill action

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesId of a Bill for which action will be executed
actionYes
Behavior2/5

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

Annotations indicate a non-read, non-destructive, non-idempotent operation, but the description adds no additional behavioral context. It does not mention what executing the action does, side effects, permissions, or whether it creates a new bill.

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 minimal but under-specified. It is too terse to be useful, sacrificing clarity for brevity, and does not earn its place as the sole textual guidance.

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?

For a mutation tool with no output schema, the description should explain the operation's effects (e.g., duplicating a bill) and any important context. It provides none, leaving the agent to guess from the enum and tool name.

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 describes 'id' but leaves 'action' as an enum with no explanation. The description does not explain the meaning of action values or how they affect the operation, so it fails to compensate for the 50% schema description coverage.

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 'Execute Bill action' is vague and largely restates the tool name. It does not specify that the action is to duplicate a bill, nor does it distinguish this tool from siblings like create_bill or update_bill.

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 alternative bill-related tools. The enum value DUPLICATE implies a use case, but the description offers no context 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