Read Paperclip issue document
paperclip_documentFetch one issue document as Markdown. Returns content inline if below token threshold, otherwise an immutable snapshot path. Control annotation loading and expand fields from the same response.
Instructions
Fetch one issue document as Markdown. Results are inline below the configured token threshold and otherwise returned as a new immutable snapshot path. Annotation loading is controlled explicitly with include_annotations/include_annotation_comments. all_fields=true only expands fields from the same response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| issue_id | Yes | ||
| all_fields | No | ||
| include_annotations | No | ||
| include_annotation_comments | No |