Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_move_task

Move a task (and its subtasks) to a different project, section, or assign it as a subtask using taskId and one of projectId, sectionId, or parentId.

Instructions

Move a single task (and its subtasks, if any) to a different project, section, or make it a subtask of another task. Provide the taskId and exactly one of: projectId, sectionId, or parentId.

Input Schema

NameRequiredDescriptionDefault
parentIdNoThe ID of the parent task to move this task under. (Optional, use only one of projectId, sectionId, parentId)
projectIdNoThe ID of the destination project. (Optional, use only one of projectId, sectionId, parentId)
sectionIdNoThe ID of the destination section. (Optional, use only one of projectId, sectionId, parentId)
taskIdYesThe ID of the task to move.

Input Schema (JSON Schema)

{ "properties": { "parentId": { "description": "The ID of the parent task to move this task under. (Optional, use only one of projectId, sectionId, parentId)", "type": "string" }, "projectId": { "description": "The ID of the destination project. (Optional, use only one of projectId, sectionId, parentId)", "type": "string" }, "sectionId": { "description": "The ID of the destination section. (Optional, use only one of projectId, sectionId, parentId)", "type": "string" }, "taskId": { "description": "The ID of the task to move.", "type": "string" } }, "required": [ "taskId" ], "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/kydycode/todoist-mcp-server-ext'

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