fetch
Retrieve the full contents of a task or project using its unique ID. Provide the ID in 'task:{id}' or 'project:{id}' format.
Instructions
Fetch the full contents of a task or project by its ID. The ID should be in the format "task:{id}" or "project:{id}".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A unique identifier for the document in the format "task:{id}" or "project:{id}". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the fetched document. | |
| url | Yes | The URL of the document. | |
| text | Yes | The text content of the document. | |
| title | Yes | The title of the document. | |
| metadata | No | Additional metadata about the document. |