list_todoist_labels
Retrieve all personal Todoist labels. Returns each label's ID, name, and color for use in task operations.
Instructions
List all personal Todoist labels.
Returns every label with its ID, name, and color. Labels are referenced by name in task operations.
Example: list_todoist_labels()
Returns: [{"id": "111", "name": "Home", "color": "blue"}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |