Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

list_journal_entries

Read-onlyIdempotent

Retrieve bexio journal entries by date range, account, and pagination filters to access accounting records.

Instructions

Journal

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoCan be used to filter for entries until this date
fromNoCan be used to filter for entries after this date
limitNoLimit the number of results (max is 2000)
offsetNoSkip over a number of elements by specifying an offset value for the query
account_uuidNoCan be used to filter for entries with account with uuid
Behavior2/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the safety profile is covered. However, the description adds no behavioral context beyond annotations, such as pagination, filtering constraints, or return format. It is not contradictory, but contributes nothing.

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 a single word, which is under-specification rather than effective conciseness. It is not front-loaded with key details because there are no details at all.

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?

Despite a detailed schema and annotations, the description gives no indication of what journal entries are, what the tool returns, or how it relates to similar tools like list_manual_entries. With no output schema, the description must fill gaps, and it fails completely.

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?

Schema description coverage is 100% for all five parameters, providing meaningful descriptions for each. The description adds no value, but per the baseline rule, a 3 is appropriate when the schema fully documents parameters.

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

Purpose1/5

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

The description is simply 'Journal', which does not state the action or resource. It is not a verb phrase like 'list journal entries' and provides no differentiation from numerous sibling list tools. The tool name itself is more informative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/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. The description lacks any mention of use cases, prerequisites, or exclusions, leaving the agent with zero orientation.

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