Skip to main content
Glama

Get a list of recurring invoices

list_recurring_invoices
Read-onlyIdempotent

Retrieve paginated recurring invoices with their line items, and filter by status, date, or contact to find the records you need.

Instructions

Get a list of recurring invoices.

Get a paginated list of all recurring invoices with their line items.

[Recurring Invoices] GET /invoices/recurring

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default = 1).
sortNoSort order. Format: field.direction (e.g. start_date.desc). Available fields: created, name, contact, number, type, period, start_date, end_date, invoice_date, amount.
filterNoFilter recurring invoices by status.
recordsNoNumber of records per page.
last_editNoOnly return recurring invoices edited after this date (format: YYYY-mm-dd).
relation_idNoOnly return recurring invoices for the relation with this ID.
administrationNoThe client administration to act on. Only one is configured: default.
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context beyond those structured signals: the operation is paginated, returns line items, and maps to the concrete GET /invoices/recurring endpoint. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence largely repeats the title, and the second sentence is only slightly more specific. The endpoint line is useful, but the opening adds redundancy. The description is compact but not tightly structured.

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

Completeness3/5

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

The description conveys the core operation, pagination, and line-item inclusion, and the schema covers all parameters. However, there is no output schema and no detail about response shape, pagination defaults, or how filters combine. It is adequate but not fully complete for a 7-parameter collection tool.

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 parameters like page, sort, filter, records, last_edit, relation_id, and administration are already fully documented. The description does not add additional meaning to any parameter, so the baseline of 3 is appropriate.

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: 'Get a paginated list of all recurring invoices with their line items.' This clearly identifies the tool as a collection-level retrieval operation and distinguishes it from single-item siblings like get_recurring_invoice.

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 use when a paginated list of recurring invoices is needed, but it does not explicitly contrast with alternatives or state when not to use this tool. Usage context is present only implicitly through the word 'list' and 'all.'

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

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/vladxyz/informer-mcp'

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