Lay out a Pomodoro focus/break schedule from a session count or work-minute budget: focus time, break time, sessions and wall-clock end.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
sessions | integer | optional | Number of focus sessions (overrides total_work_minutes) |
total_work_minutes | number | optional | Total focus budget in minutes (used if sessions omitted) |
focus_len | integer | optional | Focus session length in minutes (default 25) |
short_break | integer | optional | Short break length in minutes (default 5) |
long_break | integer | optional | Long break length in minutes (default 15) |
cycles_per_long | integer | optional | Focus sessions between long breaks (default 4) |
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": "pomodoro_planner", "arguments": {"sessions": 10, "total_work_minutes": 100, "focus_len": 10}}}'curl -s https://wingmanprotocol.com/tools/pomodoro_planner \
-H 'Content-Type: application/json' \
-d '{"sessions": 10, "total_work_minutes": 100, "focus_len": 10}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/pomodoro_planner from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).