Skip to main content
Glama
AxLabs

Banana Accounting MCP Server

by AxLabs

Validation messages

banana_messages
Read-only

Retrieve accounting validation/error messages as a JSON array. Optionally set recheck=true to run 'Recheck accounting' first.

Instructions

Return the list of accounting validation/error messages as a JSON array. Set recheck=true to force a fresh 'Recheck accounting' before returning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docNoAccounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set.
recheckNoWhen true, run 'Recheck accounting' first.
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true. The description adds behavioral value by disclosing that setting recheck=true triggers a fresh 'Recheck accounting' operation before returning results, which is not obvious from the schema alone. No contradictions with annotations.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the primary purpose, and the second sentence explains the optional recheck behavior. Every word earns its place with no redundancy.

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

Completeness5/5

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

For a simple tool with two optional parameters and no output schema, the description provides sufficient context: what it returns (list of messages as JSON array), and the key behavioral option (recheck). No critical information is missing.

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

Parameters4/5

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

The schema already documents both parameters with 100% coverage. The description adds extra semantic value for the recheck parameter by explaining its effect ('force a fresh Recheck accounting'), going beyond the schema's 'When true, run Recheck accounting first.'

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 clearly states the tool's function: 'Return the list of accounting validation/error messages as a JSON array.' This is a specific verb+resource combination that distinguishes it from the sibling tool banana_messages_count, which likely returns only a count.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives guidance on when to set recheck=true ('to force a fresh Recheck accounting'), but it does not explicitly state when to use this tool versus alternatives or mention the sibling count tool. The usage context is implied rather than fully explicit.

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/AxLabs/banana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server