Skip to main content
Glama

get_invoice_link_per_payment

Read-onlyIdempotent

Provide a payment ID to get the invoice number and a private expiring link to access the invoice.

Instructions

🟢 READ-ONLY · Payments · GET /v2/payments/{id}/invoice-link

Get invoice link per payment

Returns the invoice number and a private expiring link to acccess the invoice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPayment Id or Transaction id
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds value by disclosing that the returned link is 'private and expiring', which is not in annotations. There is no contradiction.

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 read-only indicator and HTTP method. However, the first line repeats the tool name, making it slightly redundant. Overall, each sentence contributes useful information.

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?

For a simple read-only tool with one parameter and no output schema, the description fully covers the purpose, the URL path, and the return value. No additional context is needed.

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?

Parameter schema coverage is 100% and the description of 'id' matches the schema's description. The tool description does not add additional semantics beyond what is already in the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get invoice link per payment' and specifies the return values (invoice number and private expiring link). It distinguishes itself from sibling payment tools like get_payment by focusing on the invoice link. However, it repeats the tool name without additional differentiation language.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as get_payment or get_payments. The description only explains what it does, not its specific context or prerequisites.

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/ohneben/Learnworlds-MCP'

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