Skip to main content
Glama
oliverames

MCP Server for Wave

by oliverames

Wave: Get Estimate Payment

wave_get_estimate_payment
Read-onlyIdempotent

Retrieve a specific deposit payment for an estimate using its payment ID.

Instructions

Get one estimate deposit payment by ID. To see every deposit on an estimate, call wave_get_estimate with include_deposit_payments=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payment_idYesThe Wave estimate payment ID.
business_idNoBusiness to operate on. Defaults to the session business set by wave_set_default_business.
response_formatNoOutput format: "markdown" for a compact human-readable summary, "json" for the complete record.markdown
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the context that this tool retrieves a single payment and provides a relationship to the listing tool, but does not disclose additional behavioral details like required permissions or rate limits.

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 long, with the first sentence clearly stating the action and the second providing a relevant usage pointer. No unnecessary words or redundancy.

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 read-only tool with annotations covering safety and idempotency, the description is sufficient. It explains the core function and provides a sibling reference. However, it does not mention the return format or any side effects, which would be useful but are partially covered by the response_format parameter description.

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 coverage is 100% with descriptions for each parameter, so baseline is 3. The description does not add extra meaning beyond the schema; it only mentions getting a payment by ID, which is already captured by the payment_id description.

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 uses a specific verb ('Get') and resource ('estimate deposit payment') and immediately distinguishes from the sibling tool wave_get_estimate by stating that this tool gets a single payment by ID, while wave_get_estimate with a parameter gets all deposits.

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 explicitly provides an alternative for seeing all deposits on an estimate, guiding the agent to use wave_get_estimate with include_deposit_payments=true. It does not include explicit when-not scenarios, but the context is clear.

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/oliverames/wave-mcp-server'

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