Skip to main content
Glama
quackai-org

@quackai/q402-mcp

Official
by quackai-org

q402_vendor_history

Get vendor payment history: total paid, tx count, first/last payment, cadence for a vendor; or a leaderboard of all vendors by total paid, flagged for monthly schedules.

Instructions

Vendor payment history. With a vendor address: total USD paid, tx count, first/last paid, and the recurring cadence if the vendor is on a schedule (answers 'how much have we paid Alice so far?'). Without vendor: a leaderboard of all vendors by total paid, each flagged whether it is paid on a monthly schedule (answers 'which vendors get paid every month?'). Vendors are address-based; a human name only appears if it was saved as a rule label. Read-only and free: any live API key (Trial or Multichain).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNoVendor wallet address (0x…). Omit for the leaderboard.
windowNoTime window. Default all.
walletIdNoOptional lowercased Agent Wallet address.
Behavior5/5

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

With no annotations provided, the description carries full responsibility and discloses key behaviors: read-only, free, requiring only a live API key. It explains the address-based vendor limitation, the condition for showing human names, and what fields to expect in both modes. This goes beyond typical safety hints to cover operational constraints.

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 well-structured and front-loaded, with the main purpose in the first sentence. Each subsequent sentence covers a specific aspect (modes, limitations, access). It is concise at ~90 words and every sentence contributes meaningful information without redundancy.

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?

Given the tool's moderate complexity (two modes), the description fully explains what the agent can expect from each mode, including return fields and a key constraint. It also addresses authentication requirements and confirms read-only/free status. Without an output schema, this is sufficient for an agent to decide and invoke correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining how the `vendor` parameter toggles between two distinct result sets and what each set contains. It also clarifies the `window` default and the optional `walletId` context, enriching the schema's simple descriptions.

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's function: 'Vendor payment history.' It provides specific verbs and resources, and distinguishes between two modes: with a vendor address for detailed payment info and without for a leaderboard. It also explicitly answers questions like 'how much have we paid Alice so far?' making the purpose unmistakable.

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 gives clear usage context by explaining both invocation modes and example questions. It does not explicitly name alternative tools, but the use cases ('which vendors get paid every month?') imply when to use this tool over siblings. The note about address-based vendors and rule labels adds an important prerequisite.

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/quackai-org/q402-mcp'

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