Skip to main content
Glama

Xero MCP Server

Official
MIT License
160
60
  • Apple
  • Linux

list-quotes

Retrieve and manage quotes in Xero by listing all available quotes or filtering by specific contacts. This tool supports pagination for handling large datasets, enabling users to navigate through multiple pages of quotes efficiently.

Instructions

List all quotes in Xero. Ask the user if they want to see quotes for a specific contact before running. Ask the user if they want the next page of quotes after running this tool if 10 quotes are returned. If they do, call this tool again with the page number and the contact 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

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/XeroAPI/xero-mcp-server'

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