Skip to main content
Glama
AxLabs

Banana Accounting MCP Server

by AxLabs

VAT projection

banana_vat_projection
Read-only

Retrieve projected VAT amounts for a VAT code or group, starting from a specified date. Returns taxable, notdeductible, posted, or rowcount totals.

Instructions

Return the projection VAT figure for a VAT code or VAT group. Requires projectionstart.

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.
typeYesVAT amount type to return (taxable, amount, notdeductible, posted, rowcount).
filterNoJavaScript expression to filter transactions, e.g. filter=row.value("Date")==="2024-01-15". Available: row, rowNr, table.
periodNoPeriod filter: an abbreviation like "Q1"/"3M"/"1Y" or a date range "2024-01-01/2024-03-31".
vat_codeYesVAT code ("V80"), group ("Gr=..."), or pipe-separated codes ("V0|V80").
frequencyNoFrequency: D=daily, W=weekly, M=monthly, Q=quarterly, S=semesterly, Y=yearly.
projectionstartYesMandatory projection start: a period abbreviation ("Q1") or a date ("2024-07-01").
Behavior2/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is known. The description adds no additional behavioral context, such as return format, error behavior, or side effects. The statement 'Requires projectionstart' is redundant with the schema's required field list, providing no new behavioral insight beyond 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 a single, front-loaded sentence that immediately states the action and resource, followed by the key requirement. There is no wasted wording, and it is appropriately sized for a simple read operation with comprehensive schema documentation.

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?

This tool has 7 parameters, 3 required, and no output schema. The description does not explain the return value's structure or any behavior beyond the basic action, which is a significant gap. With no output schema, the description should provide more context about what the figure represents or how it is calculated, but it remains minimal.

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 baseline is 3. The description adds minimal semantic value beyond the schema: it mentions 'VAT code or VAT group', which is already detailed in the vat_code property. It does not elaborate on the meaning of 'projectionstart' or the 'type' parameter, leaving the schema to carry the burden, which it does adequately.

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

Purpose4/5

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

The description clearly states the tool returns a 'projection VAT figure' for a VAT code or group, which is a specific verb-resource pair. It distinguishes itself from siblings like banana_vat_balance and banana_vat_budget by focusing on 'projection', though it could more explicitly differentiate from the generic banana_projection tool.

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 only mentions that 'projectionstart' is required, which is a prerequisite, not a usage guideline. It provides no guidance on when to use this tool versus alternatives like banana_vat_balance or banana_projection, nor any scenarios where it is preferred. No exclusions or alternatives are mentioned.

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