get_task
Retrieve a specific task by ID to access its metadata, description, subtasks, and notes for project management and tracking.
Instructions
Reads and returns a specific task by ID. Shows all metadata including frontmatter, description, subtasks, and notes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to read (e.g., "AUTH-001"). |