Skip to main content
Glama

List invoices

list_invoices
Read-only

List invoices with cursor pagination and optional filters. Autumn API: POST /v1/invoices.list. Returns { list, next_cursor }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1-5000. Default 50.
statusNoFilter by invoice status: draft, open, paid, void, uncollectible.
entity_idNoFilter to a single entity by id (must be paired with customer_id).
customer_idNoFilter to a single customer by id.
start_cursorNoPagination cursor from a prior response's `next_cursor` (omit / empty for first page).
processor_typesNoFilter by processor: stripe, revenuecat.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the readOnlyHint annotation, including cursor pagination behavior and the response shape { list, next_cursor }. It does not contradict the annotation and clarifies the stateful pagination pattern.

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 deliver the core purpose, API endpoint, pagination model, and return shape without redundancy. The most important information is front-loaded and every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the readOnly annotation, full parameter documentation in the schema, and the description's inclusion of the endpoint and response format, nothing essential is missing for an agent to invoke this tool correctly.

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%, and each parameter is already documented with meaningful descriptions. The description only adds a high-level 'optional filters' phrase without explaining individual parameters, which is acceptable but not additive beyond the schema.

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 states a specific verb and resource, 'List invoices', and provides the exact API endpoint. It clearly distinguishes this tool from sibling tools like list_customers and list_entities by targeting invoices specifically.

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

Usage Guidelines4/5

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

The description clearly indicates this is the tool for listing invoices with pagination and filters, giving an agent the context needed to select it. It does not explicitly name alternatives or exclusions, but the object type is unambiguous among the siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.