ZOHO_INVOICE_GET_ITEM
Tool to retrieve the details of a specific item by item_id. Use when you need to fetch an item's data after confirming its existence.
ZOHO_INVOICE_LIST_CONTACTS
Tool to list contacts. Use after obtaining the organization ID to retrieve contacts with optional filters and pagination.
ZOHO_INVOICE_LIST_EXPENSES
Tool to list all expenses with optional pagination. Use when you need to retrieve expenses with simple pagination.
ZOHO_INVOICE_LIST_INVOICES
Tool to list invoices. Use when you need to retrieve all invoices with optional filters and pagination.
ZOHO_INVOICE_LIST_ITEMS
Tool to list all items. Use when you need to retrieve your item catalog with optional pagination and filtering after specifying the organization ID.
ZOHO_INVOICE_LIST_PAYMENTS
Tool to list payments. Use when you need to retrieve all payments with optional filters like customer, invoice, date range, and pagination.