Todoist MCP

MIT License
126
5
  • Apple
  • Linux

move-task-to-parent

Transfer a Todoist task to a specified parent task in your project hierarchy, ensuring organized task management directly through the Todoist MCP server.

Instructions

Move a task to a parent in Todoist

Input Schema

NameRequiredDescriptionDefault
parentIdYes
taskIdYes

Input Schema (JSON Schema)

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