Skip to main content
Glama

add_task

Add tasks to your todo list with priority levels and estimated Pomodoro sessions to organize work using timed productivity techniques.

Instructions

Add a new task to the todo list

Input Schema

NameRequiredDescriptionDefault
titleYesTask title
descriptionNoTask description
priorityYesTask priority
estimatedPomodorosYesEstimated number of pomodoros needed

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Task description", "type": "string" }, "estimatedPomodoros": { "description": "Estimated number of pomodoros needed", "type": "number" }, "priority": { "description": "Task priority", "enum": [ "low", "medium", "high" ], "type": "string" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "title", "priority", "estimatedPomodoros" ], "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