get_attachment
Fetch and view image attachments from issues to visually confirm UI bugs before commenting.
Instructions
Fetch a screenshot or image attachment uploaded to an issue and return it inline so you can actually SEE the picture. Call this after get_issue whenever the reporter said 'see screenshot', the description references a visual problem, or you need to confirm a UI bug visually before commenting.
Pass the url exactly as it came back in get_issue's attachments array. Only attachments served by this testing platform are allowed; arbitrary external URLs are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Attachment URL from get_issue (absolute https://... or relative /uploads/...). Must point to this platform's uploads. |