Skip to main content
Glama

xero_contacts_list

Retrieve paginated lists of Xero contacts, filtered using a where clause. Get details like name, email, and addresses.

Instructions

List contacts in Xero with pagination. Optionally filter using a where clause. Returns contact details including name, email, and addresses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based, default: 1). Each page returns up to 100 contacts.
whereNoOptional Xero where clause filter (e.g., 'ContactStatus=="ACTIVE"')
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses pagination behavior (page number, default, limit per page) and the optional where clause filter. However, it does not explicitly state that this is a read-only operation or mention any side effects, rate limits, or authentication requirements.

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?

Two sentences, front-loaded with the main action, and each word is informative. No redundant or extraneous content.

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?

No output schema exists, but the description explains the return fields (name, email, addresses). It covers pagination and filtering. However, it lacks details on ordering, maximum results, or possible error states. For a straightforward list tool, it is reasonably complete.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds value by contextualizing pagination and filtering but does not provide significant additional parameter-specific information beyond restating the schema examples.

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 verb 'list', resource 'contacts', and key features 'pagination' and 'filter using a where clause'. It distinguishes itself from sibling tools like xero_contacts_get (single contact) and xero_contacts_search (likely broader search).

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

Usage Guidelines3/5

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

The description implies usage for listing contacts with optional filters but does not explicitly state when to use this tool vs alternatives (e.g., xero_contacts_get for a specific contact or xero_contacts_search for advanced search). No exclusion criteria or prerequisites are given.

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/wyre-technology/xero-mcp'

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