Skip to main content
Glama
bu5hm4nn

zoho-bookkeeper-mcp

by bu5hm4nn

list_invoices

Read-only

Retrieve customer invoices with filtering by date, status, or customer. Get invoice details including amount, due date, and customer info.

Instructions

List all customer invoices (accounts receivable). Supports filtering by date, customer, and status. Returns invoice details with customer, amount, and due date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idNoZoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided)
date_startNoStart date (YYYY-MM-DD)
date_endNoEnd date (YYYY-MM-DD)
customer_idNoFilter by customer
statusNoFilter by status
sort_columnNo
pageNo
per_pageNo
Behavior2/5

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

Annotations already provide readOnlyHint and openWorldHint. The description adds no new behavioral details such as pagination behavior, rate limits, or authentication requirements. The presence of pagination parameters (page, per_page) is not reflected in the description.

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?

Three short, focused sentences. First sentence states the primary purpose immediately. No redundant or unnecessary text. Highly efficient.

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?

Given 8 parameters and no output schema, the description explains core functionality (list with filters, key return fields) but omits pagination and sorting behavior. Adequate for basic use but incomplete for advanced scenarios.

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 description covers main filtering parameters (date_start, date_end, customer_id, status) and mentions return fields (customer, amount, due_date). With 63% schema description coverage, the description adds some context (e.g., organization_id fallback to env var) but omits sort_column, page, per_page. Baseline at moderate coverage.

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 lists customer invoices (accounts receivable) with filtering support, distinguishing it from single-invoice retrieval (get_invoice) and other list tools (list_bills, list_expenses).

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 mentions filtering by date, customer, and status, but does not explicitly guide when to use this tool over alternatives like list_bills or when not to use it. No exclusions or prerequisites are stated.

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/bu5hm4nn/zoho-bookkeeper-mcp'

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