Skip to main content
Glama

List Schedules

list_schedules

Retrieve active recurring and one-off bill schedules for your linked wallet without requiring a PIN. Quickly view scheduled stablecoin payments to manage or update upcoming transactions.

Instructions

List active recurring/one-off bill schedules for the linked wallet. No PIN required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. The 'No PIN required' disclosure is genuinely useful, and 'active' scoping clarifies what is returned. However, it does not describe output format, ordering, or pagination behavior, which is a gap for a list tool.

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?

Two sentences with zero waste. The core purpose is front-loaded and the behavioral note (No PIN required) is appended efficiently. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-param tool the purpose is stated, but the api_key parameter is left undocumented, no output format is described, and there is no return-value guidance. Given no output schema and no annotations, the description should compensate more.

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

Parameters1/5

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

Schema description coverage is 0% and the sole parameter api_key is completely undocumented in both the schema and the description. The description adds no meaning to the parameter, failing to compensate for the coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb (List) + resource (active recurring/one-off bill schedules) + scope (linked wallet). It distinguishes from siblings by action type: schedule_bill creates, cancel_schedule cancels, while this reads. It is specific but doesn't explicitly name which sibling it is not, so it falls just short of a 5.

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

Usage Guidelines2/5

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

No explicit when-to-use guidance, no alternatives named, and no exclusion conditions. Usage is only implied by the verb 'List' in contrast to sibling action verbs. An agent gets no help deciding between this and transaction_history or list_plans.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.