Convert task to project
convert_task_to_projectTurn a task into a full project while keeping its subtasks, tags, and notes. Optionally file it into a chosen folder.
Instructions
Promote an existing task into a full project, keeping its subtasks, tags, and note. Optionally file it into a folder; without one the new project lands at the top level of the library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ID of the task to promote into a project. A stale ID is an error — it never falls back to the name. | |
| folderId | No | Optional destination folder ID (alternative to folderName). | |
| keepTags | No | Tags always carry over to the new project (they live on its root task). Pass false to strip them after conversion. Default true. | |
| taskName | No | Name of the task to promote (alternative to taskId). Ambiguous names are rejected with the list of matches. | |
| folderName | No | Optional destination folder name. Omit to place the new project at the top level of the library. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |