pomodoro_planner
ActiveTool of WingmanProtocol Agent Gateway
Pomodoro Focus Planner — Lay out a Pomodoro focus/break schedule from a session count or work-minute budget: focus time, break time, sessions and wall-clock end.
Parameters schema
{
"type": "object",
"properties": {
"sessions": {
"type": "integer",
"description": "Number of focus sessions (overrides total_work_minutes)"
},
"focus_len": {
"type": "integer",
"description": "Focus session length in minutes (default 25)"
},
"long_break": {
"type": "integer",
"description": "Long break length in minutes (default 15)"
},
"short_break": {
"type": "integer",
"description": "Short break length in minutes (default 5)"
},
"cycles_per_long": {
"type": "integer",
"description": "Focus sessions between long breaks (default 4)"
},
"total_work_minutes": {
"type": "number",
"description": "Total focus budget in minutes (used if sessions omitted)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries