todoist_get_section
Retrieve details of a specific section from Todoist using the section ID, enabling efficient task organization and management through the Todoist MCP Server.
Instructions
Get a single section from Todoist
Args: section_id: ID of the section to retrieve
Input Schema
Name | Required | Description | Default |
---|---|---|---|
section_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"section_id": {
"title": "Section Id",
"type": "string"
}
},
"required": [
"section_id"
],
"title": "todoist_get_sectionArguments",
"type": "object"
}