ticktick_list_projects
Retrieve all TickTick projects and task lists to identify project IDs needed for creating or managing tasks within specific projects.
Instructions
List all TickTick projects (task lists) in the user's account.
Returns all projects with their IDs and names. Use the project ID with other tools to create or list tasks in a specific project.
Returns: str: JSON array of projects, each containing: - id (str): Project ID - name (str): Project name - color (str): Project color - closed (bool): Whether the project is archived
Examples: - Use when: "What projects/lists do I have in TickTick?" - Use when: You need a project ID before creating or listing tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||