list_projects
Retrieve all TickTick projects to get IDs, names, colors, and more. Use the returned project IDs for task operations.
Instructions
List all TickTick projects (lists).
[Category: Projects] [Auth: V1]
[Related: get_project_detail, create_project, get_project_tasks, list_project_folders]
Returns: id, name, kind (TASK/NOTE), closed, color, sortOrder, groupId.
Use the returned 'id' as project_id in task tools.
⚠️ V1 limitation: groupId is ALWAYS null in V1 responses, even when a
folder assignment exists. Use full_sync() to see real groupId values.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |