Skip to main content
Glama
McDonnies
by McDonnies

customer_money

Retrieve a customer's balance, estimates, invoices, and payments in one response. Use it to answer 'what do they owe' and billing-history questions.

Instructions

Balance, estimates, invoices, and payments for one customer, in one response.

Use for any "what do they owe" or billing-history question. Needs a customer id; find_customer supplies one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
customer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the content of the response (balance, invoices, etc.) and that it comes 'in one response', but does not explicitly state read-only behavior, error handling, or any side effects. It adds some context beyond a bare description, but not rich behavioral detail.

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?

The description is two sentences and every word earns its place. The first sentence states the tool's output and scope; the second gives usage guidance and prerequisite. It is concise, front-loaded, and free of fluff.

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?

Given the tool has an output schema (per context signals), the description does not need to explain return values, and it does cover the main use case and key parameter. However, the lack of any explanation for 'limit' leaves a small but real completeness gap, so not a perfect 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It only implicitly explains customer_id ('Needs a customer id'), but the 'limit' parameter is left completely unexplained. Without any schema descriptions or additional context, an agent cannot know what 'limit' controls (e.g., number of invoices or transactions). This is a notable gap.

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 the tool returns a consolidated set of financial data (balance, estimates, invoices, payments) for a single customer, using specific nouns and a clear scope ('for one customer'). This distinguishes it from siblings like customer_overview or find_customer, which likely cover broader or different data.

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?

Explicitly states when to use ('what do they owe' or billing-history questions) and mentions the prerequisite of a customer ID, pointing to find_customer as the source. However, it does not explicitly mention when not to use it or how it compares to customer_overview, so it lacks full when-not coverage.

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/McDonnies/servicetitan-mcp'

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