todoist_list_projects
Retrieve all projects from Todoist to get project IDs for organizing tasks. Returns personal, shared, and sub-projects in markdown or JSON format.
Instructions
List all projects in your Todoist account.
Returns all projects including personal projects, shared projects, and sub-projects.
Use this to get project IDs for creating tasks in specific projects.
Args:
params: ListProjectsInput containing:
- response_format: 'markdown' or 'json'
Returns:
List of projects with their IDs, names, and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |