Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_expense_action

Duplicate an expense in Bexio by providing its ID. Create a copy of an existing expense for reuse.

Instructions

Execute Expense action

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesid of Expense for which action will be executed
actionYes
Behavior2/5

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

Annotations declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false, but the description adds no behavioral context. It does not explain what 'executing' the action does (e.g., creates a copy, modifies existing data) or what side effects may occur. The description provides no value beyond the annotations.

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 very short, but this is under-specification rather than conciseness. It contains a vague phrase with no meaningful content. A concise description would pack useful information into a few words; this one achieves brevity at the cost of substance.

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 two parameters and a potentially side-effectful action, this description is severely incomplete. It does not clarify the tool's purpose, usage context, parameter semantics, or expected behavior. Without an output schema, the description needed to provide comprehensive context but failed entirely.

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 covers only 50% of parameters with descriptions (id is described, action is not). The tool description fails to explain the action parameter's meaning or the DUPLICATE enum value, leaving half of the parameters semantically underdocumented. The description needed to compensate for this gap but did not.

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 Expense action' is essentially a restatement of the tool name, replacing 'create' with 'execute'. It does not specify what the action does (e.g., duplicate) and provides no differentiation from sibling tools like create_expens or update_expens. This is a tautological, vague purpose.

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 gives no guidance on when to use this tool vs alternatives. It does not mention that the action is specifically for duplicating an expense, nor does it reference any sibling tools. There is no context about prerequisites or typical use cases.

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