Skip to main content
Glama

Get credit note

lago_get_credit_note
Read-only

Retrieve a single credit note by its Lago id. Lago API: GET /credit_notes/{lago_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lago_idYesThe credit note's Lago id (UUID).

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?

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds the REST endpoint (GET /credit_notes/{lago_id}) which confirms read behavior without adding contradictions.

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, no redundant words, front-loaded with action and key constraint (by Lago id). Efficient and clear.

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 one-param read-only tool with annotations and full schema coverage, the description covers all necessary context: what it does, how to identify the resource, and the API call. No gaps.

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?

The input schema covers 100% of parameter description, so the description adds no additional semantics beyond providing the endpoint template. Baseline 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?

Description explicitly states retrieving a single credit note by its Lago id, using a clear verb-resource pair. The title and sibling list tools (e.g., lago_list_credit_notes) distinguish this as a singular retrieval operation.

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?

Description implies usage when you have a specific Lago id, but does not explicitly state when not to use it or mention alternatives like the list endpoint. However, the context from sibling tool names makes the distinction clear.

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.