Todoist MCP

MIT License
126
5
  • Apple
  • Linux

move-task-to-project

Relocate a Todoist task to a specified project using task and project IDs through the Todoist MCP server.

Instructions

Move a task to a different project in Todoist

Input Schema

NameRequiredDescriptionDefault
projectIdYes
taskIdYes

Input Schema (JSON Schema)

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