Skip to main content
Glama
bu5hm4nn

zoho-bookkeeper-mcp

by bu5hm4nn

categorize_bank_transaction_as_vendor_payment

Categorize uncategorized bank transactions as vendor payments by linking them to existing bills, ensuring accurate bookkeeping.

Instructions

Categorize an uncategorized bank transaction as a vendor payment. Use this when the bank line represents payment of one or more vendor bills. Prefer matching when the bank line should be linked to an existing Zoho transaction, and use manual journals only for exception cases that cannot be matched or categorized cleanly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idNoZoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided)
transaction_idYesUncategorized bank transaction ID
vendor_idYesVendor ID
billsYesBills to apply the payment against
amountYesTotal vendor payment amount
dateYesPayment date (YYYY-MM-DD)
paid_through_account_idYesBank or credit account the payment was made through
payment_modeNoOptional payment mode such as Cash or Cheque
descriptionNoOptional payment description
reference_numberNoOptional reference number
exchange_rateNoOptional exchange rate
is_paid_via_print_checkNoWhether the payment was made via printed check
Behavior3/5

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

Annotations declare readOnlyHint=false and openWorldHint=true, so the agent knows it modifies data and may create entities. The description adds context about preferring matching over journals but does not detail what the tool actually does (e.g., creates a payment record, changes transaction status). For a tool with no output schema, more explicit behavioral description would be helpful.

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 four sentences, each serving a distinct purpose: stating the action, specifying usage context, and giving priority guidance. No fluff, front-loaded with the core purpose.

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?

The description adequately covers purpose, usage context, and guidance on alternatives. However, it does not mention the output or side effects (e.g., whether it returns a success indicator or the ID of the created payment). Given no output schema, a brief note on return value would improve completeness.

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?

All 12 parameters have descriptions in the input schema (100% coverage), so baseline is 3. The tool description adds no additional parameter-level meaning beyond what the schema already provides.

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 categorizes an uncategorized bank transaction as a vendor payment. It distinguishes from siblings like categorize_bank_transaction_as_customer_payment and categorize_bank_transaction_as_expense by specifying 'payment of one or more vendor bills'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises when to use this tool ('when the bank line represents payment of one or more vendor bills') and provides a decision hierarchy: prefer matching, then this categorization, and manual journals as exception. This guides the agent away from alternatives.

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