list_tasks
List workspace tasks, optionally filtered by list, to locate task IDs by title. Each task includes custom field values for reference.
Instructions
List all tasks in a workspace, optionally filtered by list. Returns task titles with IDs - useful for finding task_id when users provide task names. Each task includes a custom_fields array with all custom field values for that task. Can be used to search for tasks by filtering results in-memory by title/description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | Optional list ID to filter by | |
| workspace_id | Yes | The workspace ID |