clickup_get_task
Retrieve a ClickUp task by its ID, with options to include subtasks and return the description as markdown.
Instructions
Get a task by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ClickUp task ID | |
| include_subtasks | No | Include subtasks (default false) | |
| include_markdown_description | No | Return description as markdown |