Skip to main content
Glama
AxLabs

Banana Accounting MCP Server

by AxLabs

VAT code card

banana_vat_card
Read-only

Retrieves the account card for a VAT code or multiple VAT codes, with optional filters like period and document. Returns JSON by default for machine processing.

Instructions

Return the account card for a VAT code (or pipe-separated codes, e.g. "V0|V80"). Defaults to JSON.

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.
viewNoXML name of the view to return.
filterNoJavaScript expression to filter transactions, e.g. filter=row.value("Date")==="2024-01-15". Available: row, rowNr, table.
formatNoResponse format. Defaults to "json" for machine-readable output.
periodNoPeriod filter: an abbreviation like "Q1"/"3M"/"1Y" or a date range "2024-01-01/2024-03-31".
columnsNoComma-separated XML names of columns to return, e.g. "Account,Description,Balance".
vat_codeYesVAT code, e.g. "V80" or "V0|V25|V80".
navigationNoWhen true, include the HTML page navigation (only relevant for html format).
Behavior2/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is known. The description adds 'Defaults to JSON,' but this is redundant with the schema's format parameter description. The pipe-separated support is also already documented in the vat_code parameter. No additional behavioral context (e.g., return structure, authorization) is disclosed.

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 a single, front-loaded sentence with no unnecessary words. It efficiently states the action, resource, and a key usage example. This is an excellent model of conciseness, even if it sacrifices depth.

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

Completeness3/5

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

With 8 parameters and no output schema, the description is quite minimal. The schema covers parameters and annotations cover safety, but the description does not explain what an 'account card' contains or what the response looks like. For a simple read-only tool, this is minimally viable but leaves room for improvement.

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%, so the schema fully documents all 8 parameters. The description does not add new meaning beyond what the schema provides; it merely repeats the multiple-vat-code example already in the vat_code parameter description. Thus it neither improves nor harms parameter understanding.

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 account card for a VAT code.' It uses a specific verb and resource, and the pipe-separated example ('V0|V80') clarifies multiple-code handling. This distinguishes it from sibling tools like banana_vat_balance or banana_vat_description, which serve different VAT-related purposes.

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 implies usage—use this tool when you need a VAT code card—but it provides no explicit when-to-use guidance or mention of alternatives. There are no exclusions or scenarios where another tool would be preferred, leaving the agent to infer usage from the purpose alone.

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