Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man cron-next

/cron-next

agentutility / wordmint / cron-next
PRICE / CALL
$0.003
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmint
CATEGORY
ai
STATUS
live
NAME
cron-next tells you exactly when a cron expression fires next
SYNOPSIS
POST https://x402.agentutility.ai/cron-next
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Tells you exactly when a cron expression fires next. Takes any 5/6/7-field cron expression (or @daily/@hourly/@weekly/@monthly/@yearly macros) plus a timezone and returns the next N firing times as ISO 8601, Unix epoch seconds, and a human-readable string in the requested timezone. Also reports whether the cadence is regular (constant interval between fires) and the interval in seconds when it is. Companion to cron-explain, which describes the cadence in English. Use it as a cron next-fire-times forecaster, schedule preview, or cadence calculator.

INPUTrequest schema
propertytypedescriptionreq?
expressionstringCron string (5/6/7-field) or macro (@daily, @hourly, etc.). Max 200 chars.required
timezonestringIANA timezone like 'America/New_York' or 'UTC'. Default 'UTC'.optional
countnumberHow many future fire times to compute. 1-50. Default 5.optional
startstringOptional ISO 8601 timestamp to start iteration from. Default: now.optional
OUTPUTresponse shape
fieldtypedescription
expressionstringEcho of the input cron string.
timezonestringEcho of the timezone used for iteration.
countnumberHow many fire times were computed.
startstringISO 8601 timestamp the iteration started from.
firesarrayArray of upcoming fire times. Each item has iso (ISO 8601 UTC string), epoch_seconds (Unix seconds), and human (localized formatted string in the requested timezone).
interval_secondsnumberConstant interval between fires in seconds, when the cadence is regular. null when intervals differ.
is_regularbooleanTrue if every consecutive pair of fires has the same interval.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/cron-next \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the cron-next tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
wordmintcronschedulingschedule-previewcadencenext-fire-times
methods
POST
cluster
wordmint
price
$0.003 USDC per call
ADJACENTother endpoints in wordmint
endpointdescriptionprice
json-schema-validateValidates any JSON document against any JSON Schema, draft-07 or 2020-12.$0.003
cron-explainCron expression parser.$0.002
translateAI translator.$0.002
brand-taglineGenerates brand taglines and slogans for launch pages, X bios, email copy, and product cards.$0.005
brand-tagline-generateGenerates tagline options for a brand or startup from its name, concept, audience, and tone.$0.005
card-resolveNormalizes free-form graded card text into a canonical card object.$0.005
content-simhashFingerprints text with a 64-bit SimHash for near-duplicate detection, computed entirely locally.$0.005
cron-parseCron parser.$0.005
SEE ALSO
agentutility · wordmint · x402 · mcp · llms.txt · registry.json · bazaar.x402.org