ticktick_list_tasks
Retrieve all active tasks from a specific TickTick project by providing the project ID. Use this tool to view your to-do list items, check task details, and manage project workload.
Instructions
List all active tasks in a specific TickTick project.
Fetches all tasks for the given project ID. Use ticktick_list_projects first if you don't know the project ID.
Args: params (ListTasksInput): - project_id (str): Project ID to list tasks from
Returns: str: JSON array of tasks, each with id, title, content, due_date, priority, status, tags, and project_id.
Examples: - Use when: "Show me my tasks in the Work project" - Use when: "What's on my to-do list?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |