read_attachment_image
Fetch an image attachment from a Plane task and return it as MCP image content, letting vision-capable models view screenshots directly without URL downloads.
Instructions
Fetch an image attachment and return it as MCP image content.
Lets vision-capable models look at a screenshot/photo on a task directly, instead of receiving a URL and having to download via a shell tool. Resolves the presigned URL, fetches the bytes, returns them as native MCP image content.
Capped at 5 MB (Plane's default FILE_SIZE_LIMIT); raises if the attachment isn't an image MIME type or exceeds the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Task UUID the attachment lives on. | |
| attachment_id | Yes | Attachment UUID (from list_attachments or get_task.inline_assets). |