Skip to main content
Glama
AxLabs

Banana Accounting MCP Server

by AxLabs

List table columns

banana_table_columns
Read-only

Get column XML names for any table in a Banana Accounting file, returned as a JSON array. Ideal for discovering table schema or mapping fields for data extraction.

Instructions

Return the list of column XML names for a table as a JSON array.

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".
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds useful behavioral detail beyond annotations: it specifies that the output contains 'XML names' (as opposed to display names) and is returned as a JSON array. No contradiction 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 a single, front-loaded sentence with no unnecessary words. It efficiently conveys the action, resource, and output format.

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 list tool, the description adequately explains the return value (JSON array of XML names) and the schema covers the parameters. While output schema is absent, the description fills that gap. It does not mention error behavior or integration with other actions, but these are not critical for such a straightforward tool.

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 schema covers 100% of the parameters with descriptions (doc and table). Since the description does not add any parameter-specific meaning beyond what the schema already provides, the baseline score of 3 is appropriate.

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 column XML names for a table as a JSON array.' It specifies a concrete verb, resource, and output format, distinguishing it from sibling tools like banana_table_names (lists table names) and banana_cell (reads a specific cell).

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?

Usage context is implied by the name and description (e.g., when needing column names for a table), but the description does not explicitly state when to use this tool versus alternatives or provide any exclusions. No sibling tool is mentioned as a comparison.

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