TICKTICK_GET_USER_PROJECT
Tool to retrieve all projects for the user. Use when you need to list available projects for selection.
TICKTICK_OAUTH2_AUTHORIZATION_STEP1
Tool to generate the TickTick OAuth2 authorization URL. Use to redirect the user to obtain the authorization code (step 1).
TICKTICK_OAUTH2_AUTHORIZATION_STEP_1
Tool to redirect user to TickTick authorization page to obtain authorization code. Use when initiating the OAuth2 flow before exchanging the code.
TICKTICK_UPDATE_PROJECT
Tool to update an existing project. Use when you need to modify project details like name, color, sort order, view mode, or kind after selecting a project ID.
TICKTICK_UPDATE_TASK
Tool to update an existing task. Use after confirming the taskId and projectId.