list_todoist_projects
Retrieve all Todoist projects with their IDs and names to discover valid project names for use with other tools.
Instructions
List all Todoist projects.
Returns every project in the user's account with its ID and name. Use this to discover valid project names for other tools.
Example: list_todoist_projects()
Returns: [{"id": "12345", "name": "Inbox"}, {"id": "67890", "name": "Work Tasks"}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |