todoist_get_task
Retrieve detailed information about a specific Todoist task using its unique ID, including content, description, due date, and labels in markdown or JSON format.
Instructions
Get details of a specific task.
Args:
params: GetTaskInput containing:
- task_id: The task ID
- response_format: 'markdown' or 'json'
Returns:
Full task details including content, description, due date, and labels.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |