Skip to main content
Glama

update_settings

Modify Pomodoro timer settings including work duration, short and long break intervals, and pomodoros before long breaks to customize your productivity workflow.

Instructions

Update pomodoro timer settings

Input Schema

NameRequiredDescriptionDefault
workDurationNoWork duration in minutes
shortBreakDurationNoShort break duration in minutes
longBreakDurationNoLong break duration in minutes
pomodorosBeforeLongBreakNoNumber of pomodoros before long break

Input Schema (JSON Schema)

{ "properties": { "longBreakDuration": { "description": "Long break duration in minutes", "type": "number" }, "pomodorosBeforeLongBreak": { "description": "Number of pomodoros before long break", "type": "number" }, "shortBreakDuration": { "description": "Short break duration in minutes", "type": "number" }, "workDuration": { "description": "Work duration in minutes", "type": "number" } }, "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