List customers
lago_list_customersList customers in Lago, paginated. Lago API: GET /customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. | |
| per_page | No | Number of records per page. |
lago_list_customersList customers in Lago, paginated. Lago API: GET /customers.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. | |
| per_page | No | Number of records per page. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true. The description adds value by mentioning pagination and the API endpoint. No contradictions. It could mention default pagination behavior or rate limits, but 4 is appropriate given annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences, no filler. Every word adds value. The purpose is front-loaded. Ideal conciseness for a simple list tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple paginated list tool with no output schema, the description adequately covers the purpose and pagination. It could mention what the response contains (list of customers), but the API endpoint implies standard Lago list response. Good enough for an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the input schema already documents both parameters ('page', 'per_page') with descriptions. The description does not add any additional semantic information beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('List'), the resource ('customers'), and the context ('in Lago, paginated'). It also provides the API endpoint. This distinguishes it from sibling tools like lago_get_customer (single customer) and other list tools (e.g., lago_list_invoices).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (to list customers) but provides no guidance on when not to use it or alternatives. Given many sibling tools, explicit usage context would be beneficial.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.