Expand a bounded recurrence rule (FREQ/INTERVAL/COUNT/UNTIL/BYDAY) into concrete occurrence datetimes.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
dtstart | string | required | Start datetime, ISO 8601 |
freq | string | required | DAILY | WEEKLY | MONTHLY | YEARLY One of: DAILY, WEEKLY, MONTHLY, YEARLY |
interval | integer | optional | Repeat every N freq-units (default 1) |
count | integer | optional | Number of occurrences to return (default 10, max 200) |
until | string | optional | Stop generating after this ISO 8601 datetime |
byday | array | optional | Weekly only: list of weekday codes, e.g. ['MO','WE','FR'] |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "rrule_expand", "arguments": {"dtstart": "example", "freq": "DAILY"}}}'curl -s https://wingmanprotocol.com/tools/rrule_expand \
-H 'Content-Type: application/json' \
-d '{"dtstart": "example", "freq": "DAILY"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/rrule_expand from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).