Xero MCP Server

Official
by XeroAPI
Verified

list-credit-notes

Retrieve Xero credit notes by specifying a contact or viewing all entries. Supports pagination to fetch subsequent pages when more than 10 notes are returned.

Instructions

List credit notes in Xero. Ask the user if they want to see credit notes for a specific contact, or to see all credit notes before running. Ask the user if they want the next page of credit notes after running this tool if 10 credit notes are returned. If they want the next page, call this tool again with the next page number and the contact if one was provided in the previous call.

Input Schema

NameRequiredDescriptionDefault
contactIdNo
pageYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "type": "string" }, "page": { "type": "number" } }, "required": [ "page" ], "type": "object" }

You must be authenticated.

Other Tools from Xero MCP Server

Related Tools

ID: 4rsnaczg6q