todoist_get_comment
Retrieve a specific Todoist comment by its ID using the Enhanced Todoist MCP Server Extended, ensuring precise access to task-related feedback or notes for better task management.
Instructions
Get a specific comment by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commentId | Yes | The ID of the comment to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"commentId": {
"description": "The ID of the comment to retrieve",
"type": "string"
}
},
"required": [
"commentId"
],
"type": "object"
}