Skip to main content
Glama
AxLabs

Banana Accounting MCP Server

by AxLabs

Table row count

banana_table_rowcount
Read-only

Get the number of rows in any table of a Banana Accounting file to assess data size. Provide the table name and optional accounting document to receive the row count as text.

Instructions

Return the number of rows in a table as text.

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.
tableYesTable name, e.g. "Accounts", "Transactions", "Budget", "FileInfo".
Behavior3/5

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

Annotations already indicate readOnlyHint and openWorldHint, covering safety and scope. The description adds minimal behavioral context by noting the result is returned 'as text', but does not elaborate on error behavior or edge cases. With annotation coverage, this is adequate but not rich.

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, focused sentence that states the purpose and output format without unnecessary words. It is well-structured and immediately readable.

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

Completeness4/5

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

For a simple read-only count tool, the description combined with schema and annotations provides sufficient context. The schema explains parameters, annotations confirm non-destructive behavior, and the description indicates the return format. It lacks details on error handling, but this is a minor gap for such a straightforward operation.

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?

The input schema has 100% parameter description coverage, with both 'doc' and 'table' explained. The description adds no additional parameter semantics, so the baseline score of 3 applies as the schema carries the burden.

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's function with a specific verb ('Return') and resource ('number of rows in a table'), and specifies the output format as text. However, it does not explicitly differentiate from sibling tools like banana_rowlist_rowcount, though the 'table' context provides implicit distinction.

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 provides no guidance on when to use this tool versus alternatives such as banana_table or banana_rowlist_rowcount. It simply describes the action without any context or exclusions, leaving the agent to infer usage from the name.

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