get_task
Retrieve a single task by project and task IDs to view its full markdown body, tags, and due date. Use after listing projects or searching to get complete task details.
Instructions
Read-only. Fetch one item (task/note) by its project id + task id, including the full markdown body, tags, and due date. Use after find/list_projects give you the ids. Returns the single item object, or an error if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Id of the item to fetch (from `find` results). | |
| projectId | Yes | Id of the project/folder the item lives in (from `find` results or `list_projects`). |