Skip to main content
Glama
quackai-org

@quackai/q402-mcp

Official
by quackai-org

q402_recurring_skip_next

Skip only the next scheduled recurring payment, keeping the original cadence intact. Ideal for one-time deferrals like 'skip this month's subscription' or 'postpone the next payout'.

Instructions

Skip ONLY the next scheduled fire of a recurring-payment rule. Cadence is preserved - the fire after the skipped one runs normally. Use this when the user says 'skip the next Friday payout, Alice is on holiday' or 'don't fire this month's subscription, charge it next month'. The rule must be in active status; paused / cancelled rules must be resumed first. Authenticated by the paid Multichain API key. Call q402_recurring_list first to confirm the ruleId and current schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleIdYesRule id from q402_recurring_list. Required.
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 full burden. It discloses that only the next fire is skipped, cadence is preserved, active status is required, and authentication requires a paid Multichain API key. It does not mention return values or error handling, but the core behavioral traits are covered well.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is slightly verbose but front-loaded with the core action. Each sentence contributes meaningful context: what it does, when to use it, prerequisites, authentication, and a prerequisite call. No fluff, but could be trimmed slightly without losing value.

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?

The tool has only two parameters, no output schema, and no annotations. The description covers the main action, usage cases, prerequisites, and parameter sourcing. It lacks explicit mention of return format or edge cases (e.g., what if the rule is already skipped), but overall it provides sufficient context for an agent to invoke it correctly in most situations.

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?

The schema provides full coverage of the two parameters, so baseline is 3. The description adds value by specifying that ruleId should be confirmed via q402_recurring_list, giving context on how to obtain a valid value. It also implicitly describes walletId's default behavior via the schema description. This extra guidance justifies one point above baseline.

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 action: 'Skip ONLY the next scheduled fire of a recurring-payment rule' and specifies the resource. It also distinguishes itself from sibling tools like pause/cancel by emphasizing that cadence is preserved. The examples further clarify the intended use.

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?

It provides explicit when-to-use scenarios with user phrasing examples, states the prerequisite that the rule must be active (with a when-not for paused/cancelled rules), and instructs to call q402_recurring_list first. This gives the agent clear usage context and alternatives implicitly.

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