read_task_attachment
Retrieve and display a task attachment. Images are returned as viewable image content when supported.
Instructions
Read a task attachment reported by get_task_by_id. Images are returned as MCP image content when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the task that owns the attachment | |
| taskName | No | The name of the task that owns the attachment | |
| attachmentId | No | The attachment ID reported by get_task_by_id | |
| attachmentName | No | The attachment name reported by get_task_by_id |