Skip to main content
Glama

Get a single recurring invoice

get_recurring_invoice
Read-onlyIdempotent

Retrieve a specific recurring invoice by ID, including all line items.

Instructions

Get a single recurring invoice.

Get a single recurring invoice by ID, including all line items.

[Recurring Invoices] GET /invoices/recurring/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the recurring invoice.
administrationNoThe client administration to act on. Only one is configured: default.
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already cover the safety profile with readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful context by noting that the response includes all line items and by showing the exact REST endpoint. It does not disclose error behavior or auth requirements, but annotations lower the burden.

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

Conciseness4/5

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

The description is short and front-loaded with the core behavior, and the endpoint details are useful. However, the first sentence 'Get a single recurring invoice.' redundantly repeats the title before the more informative follow-up sentence.

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?

For a simple single-resource GET with strong annotations and full schema coverage, the description provides enough information: required ID, optional administration, and the endpoint. It could be slightly more complete by explicitly directing collection needs to list_recurring_invoices, but this is not a blocking gap.

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 both parameters are already well documented. The description reinforces that lookup is by ID but adds no meaning beyond the schema, meeting the baseline for schema-covered parameters.

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 a specific action ('Get') on a specific resource ('a single recurring invoice'), further clarified by 'by ID, including all line items.' This distinguishes it from sibling tools like list_recurring_invoices, which operate on collections, and update/create variants.

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 makes the usage context clear: use this when you need one recurring invoice identified by its ID. It does not explicitly name alternatives or exclusion cases, but the 'single... by ID' phrasing strongly implies the appropriate condition and separates it from list-oriented tools.

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