Skip to main content
Glama
zvmzaretsky

FabTally Utility Belt

by zvmzaretsky

Cron -> next N runs + description (paid $0.001)

cron

Parse a 5- or 6-field schedule expression to get upcoming run times and a plain-English explanation. Specify timezone and count for tailored results.

Instructions

PAID $0.001. Parse a 5- or 6-field cron expression and return the next N run times plus a plain-English description. Args: expression, timezone (IANA, default UTC), count (default 5), from (ISO, optional). Without payment returns the x402 challenge; pass x_payment to settle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoCompute runs after this ISO datetime (default now).
countNoHow many upcoming runs (1-100, default 5).
timezoneNoIANA timezone (default UTC).
x_paymentNox402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the $0.001 call and return the real result instead of a 402 challenge. Omit to get the price challenge first.
expressionYesCron expression, e.g. '0 9 * * 1-5'.
Behavior4/5

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

With no annotations, the description carries the full burden of disclosing non-obvious behavior. It explicitly reveals the paid nature ($0.001), the x402 challenge when payment is omitted, and how to settle via x_payment. This goes beyond the schema and covers critical behavioral context.

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 compact and well-structured. It front-loads the cost warning, then explains the core functionality, summarizes arguments, and closes with the payment challenge behavior. Every sentence adds a distinct piece of information with no filler.

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 description covers key contextual aspects: accepted cron format, default values, payment requirement, and the high-level result (run times plus description). While the exact return structure isn't detailed, the tool is relatively simple and the absence of an output schema is partially compensated by this clear summary.

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%, so the input schema already documents all parameters. The description repeats argument names and defaults (timezone, count, from) without adding new semantic meaning or clarifications beyond what the schema provides.

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: 'Parse a 5- or 6-field cron expression and return the next N run times plus a plain-English description.' This uses a specific verb and identifies both the input and output, distinguishing it from sibling tools like rrule.

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

Usage Guidelines3/5

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

The description provides a clear context of what the tool does, so the agent can infer when to use it, but it does not explicitly mention alternative tools (e.g., rrule) or provide 'when not to use' guidance. Usage is implied rather than stated.

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/zvmzaretsky/fabtally-belt-mcp'

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