Zoho Books: manage chart of accounts, journal entries, contacts, invoices, bills, expenses, payments, projects, time entries. Permission-gated. Use when an agent needs zoho books, list organizations, list chart of accounts, create journal entries, import bank statements, bank get matching transactions, organization id, record id through AgentPMT-hosted remote tool calls. Discovery terms: zoho books, list organizations, list chart of accounts, create journal entries, import bank statements.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
Zoho Books: manage chart of accounts, journal entries, contacts, invoices, bills, expenses, payments, projects, time entries. Permission-gated. Use when an agent needs zoho books, list organizations, list chart of accounts, create journal entries, import bank statements, bank get matching transactions, organization id, record id through AgentPMT-hosted remote tool calls. Discovery terms: zoho books, list organizations, list chart of accounts, create journal entries, import bank statements.
version
1.0.0
homepage
https://www.agentpmt.com/marketplace/zoho-books
compatibility
Agent instructions for AgentPMT-hosted remote tool calls. Follow this skill body for supported account, wallet, and setup routes. No local command runtime is declared.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
What This Tool Does
Access Zoho Books with OAuth to list organizations and manage core accounting resources such as chart of accounts, journal entries, contacts, items, invoices, estimates, credit notes, bills, expenses, payments, projects, tasks, and time entries. Includes explicit invoice status and bank reconciliation actions with permission gating and supports organization-scoped queries.
Product Instructions
Zoho Books
Actions
Use describe_action with action_to_describe to get the full schema for any action.
Note:tasks requires project_id. bankstatements only supports create_record.
Pagination
List responses default to 25 records per page. Use per_page (max 200) and page in query_params to control pagination. Check the page_context object in the response for has_more_page.
{"action":"update_record","resource":"contacts","organization_id":"YOUR_ORG_ID","record_id":"460000000026049","payload":{"contact_name":"Bowman & Co (Updated)"}}
{"action":"invoice_email","organization_id":"YOUR_ORG_ID","record_id":"460000000026049","payload":{"to_mail_ids":["customer@example.com"],"subject":"Invoice from Your Company","body":"Please find the invoice attached."}}
Combine exact scopes as needed, such as [read, edit] for read plus update access.
If permissions is omitted, Zoho Books defaults to read-only access.
When To Use
Use this skill for Zoho Books on AgentPMT.
Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.
Search and activation keywords: zoho books, list organizations, list chart of accounts, create journal entries, import bank statements, bank get matching transactions, organization id, record id.
No categories or industry tags are published for this tool.
Actions And Schema
Complete generated action schema: ./schema.md.
Supported action count: 14.
x402 availability: not enabled for this product.
bank_get_matching_transactions (action slug: bank-get-matching-transactions): Find existing transactions that could match an uncategorized bank transaction. Price: 5 credits. Parameters: organization_id, query_params, record_id.
bank_match_transaction (action slug: bank-match-transaction): Match an uncategorized bank transaction to one or more existing transactions. Requires 'edit' permission. Price: 5 credits. Parameters: organization_id, payload, query_params, record_id.
bank_unmatch_transaction (action slug: bank-unmatch-transaction): Remove the match from a previously matched bank transaction. Requires 'edit' permission. Price: 5 credits. Parameters: organization_id, query_params, record_id.
create_record (action slug: create-record): Create a new record for a given resource type. Requires 'add' permission. The bankstatements resource only supports this action (used to import statements). Price: 5 credits. Parameters: organization_id, payload, project_id, query_params, resource.
delete_record (action slug: delete-record): Delete a record. Requires 'delete' permission. Price: 5 credits. Parameters: organization_id, project_id, query_params, record_id, resource.
describe_action (action slug: describe-action): Get the detailed parameter schema for any action. Useful for discovering required and optional fields. Price: 5 credits. Parameters: action_to_describe.
get_record (action slug: get-record): Retrieve a single record by its ID. Price: 5 credits. Parameters: organization_id, project_id, query_params, record_id, resource.
invoice_email (action slug: invoice-email): Send an invoice by email. Requires 'edit' permission. Payload must include recipient email addresses, subject, and body. Price: 5 credits. Parameters: organization_id, payload, query_params, record_id.
invoice_mark_draft (action slug: invoice-mark-draft): Revert an invoice to draft status. Requires 'edit' permission. Price: 5 credits. Parameters: organization_id, query_params, record_id.
invoice_mark_sent (action slug: invoice-mark-sent): Mark an invoice as sent. Requires 'edit' permission. Price: 5 credits. Parameters: organization_id, query_params, record_id.
invoice_mark_void (action slug: invoice-mark-void): Mark an invoice as void. Requires 'edit' permission. Price: 5 credits. Parameters: organization_id, query_params, record_id.
list_organizations (action slug: list-organizations): Retrieve all Zoho Books organizations associated with your account. Use this first to obtain your organization_id. Price: 5 credits. Parameters: query_params.
list_records (action slug: list-records): List records for a given resource type with pagination support. Defaults to 25 records per page. Price: 5 credits. Parameters: organization_id, project_id, query_params, resource.
Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
Exact schema: call agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "zoho-books".
Detailed examples: call agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "zoho-books", or call this product with action: "get_instructions" when the product tool is already selected.
Treat returned live schema and instructions as more specific than this generated summary.
MCP schema lookup through the main AgentPMT MCP server:
AgentPMT account route: first use ../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.
x402 route: not enabled for this product.
AgentPMT overview: use ../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.
If those setup skills are not installed beside this product skill, use the downloads below.
MCP call shape after the main AgentPMT MCP server is connected:
{"method":"tools/call","params":{"name":"Zoho-Books","arguments":{"action":"bank_get_matching_transactions","organization_id":"example organization id","query_params":{},"record_id":"example record id"}}}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{"name":"zoho-books","parameters":{"action":"bank_get_matching_transactions","organization_id":"example organization id","query_params":{},"record_id":"example record id"}}
Use the setup skill for the account connection details before making REST calls.
Response Handling
Treat the returned JSON as the source of truth for this tool call.
If the response includes warnings or correction targets, apply them before retrying.
If the response includes a passed or success-style boolean, use it as the workflow gate.
If validation fails or the response shape is unclear, call get_schema or get_instructions before retrying.
If bank_get_matching_transactions fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.
Security
Do not place account secrets, wallet private keys, mnemonics, signatures, or payment headers in prompts or logs.
Keep tool inputs scoped to the minimum content needed for the task.
Use the setup skills for credential handling; this product skill only defines product-specific behavior.
AgentPMT Reference
What AgentPMT is: ../what-is-agentpmt (ClawHub: what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)