todoist_get_label
Retrieve a specific Todoist label by its ID to manage and organize tasks more effectively within the Enhanced Todoist MCP Server Extended.
Instructions
Get a specific label by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
labelId | Yes | The ID of the label to retrieve. |
Input Schema (JSON Schema)
{
"properties": {
"labelId": {
"description": "The ID of the label to retrieve.",
"type": "string"
}
},
"required": [
"labelId"
],
"type": "object"
}