Skip to main content
Glama

start_pomodoro

Start a timed work session using the Pomodoro Technique to manage productivity workflows, track tasks, and maintain focus during work periods.

Instructions

Start a new pomodoro session

Input Schema

NameRequiredDescriptionDefault
taskIdNoTask ID to work on (optional)
durationNoCustom duration in minutes (optional)
typeYesType of session

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Custom duration in minutes (optional)", "type": "number" }, "taskId": { "description": "Task ID to work on (optional)", "type": "string" }, "type": { "description": "Type of session", "enum": [ "work", "short-break", "long-break" ], "type": "string" } }, "required": [ "type" ], "type": "object" }

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/PratyayRajak/todopomo-mcp'

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