Todoist MCP

MIT License
126
5
  • Apple
  • Linux

move-task-to-section

Move a task to a specific section in Todoist to organize tasks within projects effectively. Input taskId and sectionId to relocate the task.

Instructions

Move a task to a different section in Todoist

Input Schema

NameRequiredDescriptionDefault
sectionIdYes
taskIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sectionId": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "taskId", "sectionId" ], "type": "object" }
ID: 2010u29g1w