Read Paperclip issue
paperclip_issueFetch one issue by UUID or human identifier, returning Markdown or a snapshot path when the content is too large.
Instructions
Fetch one issue with GET /api/issues/:id. Returns Markdown inline when it fits the configured token threshold; otherwise returns only a NEW immutable snapshot path. all_fields=true only expands fields from that same response; it never changes the endpoint. Never edit snapshots to modify Paperclip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Issue UUID or human identifier such as PAP-123. | |
| all_fields | No | Expand fields from this same Paperclip endpoint response. This never changes endpoint or collection scope. |