project-move
Move a Todoist project between personal and workspace contexts, with options to set target workspace, folder, and access visibility.
Instructions
Move a project between personal and workspace contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action to perform on the project. | |
| folderId | No | Optional target folder ID within the workspace. | |
| projectId | Yes | The ID of the project to move. | |
| visibility | No | Optional access visibility for the project in the workspace (restricted, team, or public). | |
| workspaceId | No | The target workspace ID. Required when action is move-to-workspace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | The moved project. | |
| success | Yes | Whether the move was successful. |