todoist_list_sections
ActiveTool of Todoist
declared in 0.1.0
List the sections within a Todoist project. Sections group tasks inside a project. Returns each section's id, project id, name, and order. Use to understand how tasks in a project are organized.
Parameters schema
{
"type": "object",
"required": [
"project_id"
],
"properties": {
"project_id": {
"type": "string",
"description": "The id of the Todoist project whose sections to list (from todoist_list_projects)."
}
}
}Parent server
Todoist
https://github.com/pipeworx-io/mcp-todoist
1/7 registries