Skip to main content
Glama
quackai-org

@quackai/q402-mcp

Official
by quackai-org

q402_recurring_list

Lists active recurring-payment rules on an Agent Wallet, returning rule IDs, frequencies, recipients, amounts, and next fire times. Use to review scheduled payouts before creating new rules.

Instructions

Read the user's active recurring-payment rules on their Agent Wallet. Returns each rule's ruleId, label, frequency (hourly:N / daily / weekly:{day} / monthly:N / monthly:last), recipient + amount, chain, token, status (active / paused / paused-by-archive / fired-cap-exceeded / cancelled), when the next fire is scheduled, how many fires have completed, and the most recent error (if any). Use this when the user asks 'what scheduled payouts do I have?' or before authoring a new rule with q402_recurring_create. Authenticated by the configured Multichain API key - no private key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletIdNoOptional. Lowercased Agent Wallet address when the user holds multiple wallets. Defaults to Q402_AGENT_WALLET_ADDRESS env, then the owner's default wallet on the server.
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states the operation is a read ('Read'), discloses authentication requirements ('Authenticated by the configured Multichain API key - no private key required'), and details the return content. While it doesn't mention error cases or lack of mutation explicitly, the 'Read' verb and auth note provide substantial transparency. A slight deduction for not addressing potential edge cases like empty results.

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 three sentences, front-loaded with the purpose. The second sentence lists return fields with compact notation (e.g., 'frequency (hourly:N / daily / weekly:{day} / monthly:N / monthly:last)'), and the third provides usage + auth in one line. No fluff or 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?

For a simple read-only list tool with one optional parameter and no output schema, this description is highly complete. It covers the exact data returned, usage context, and authentication. No critical information is missing for an agent to select and invoke it correctly.

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 schema description coverage is 100% (walletId is explained in the schema as optional and lowercased). The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 3 applies.

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 'Read the user's active recurring-payment rules on their Agent Wallet' with a specific verb and resource. It also enumerates the exact return fields, leaving no ambiguity about its function. It distinguishes itself from sibling tools like q402_recurring_create by mentioning 'before authoring a new rule'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is given: 'Use this when the user asks "what scheduled payouts do I have?" or before authoring a new rule with q402_recurring_create.' This provides clear trigger scenarios and names an alternative tool, satisfying the requirement for when/alternatives.

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