list_tasks
Retrieve active tasks from Reclaim.ai to manage your schedule. Filter by status and set limits for focused task viewing.
Instructions
List active tasks from Reclaim.ai (excludes completed by default).
Args: status: Comma-separated task statuses (NEW, SCHEDULED, IN_PROGRESS, COMPLETE, ARCHIVED) limit: Maximum number of tasks to return (default 50)
Returns: List of task objects with id, title, duration, due_date, status, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | NEW,SCHEDULED,IN_PROGRESS | |
| limit | No |