Read Paperclip heartbeat context
paperclip_heartbeat_contextFetch a minimal heartbeat context for an issue. Returns inline Markdown if it fits the token threshold; otherwise provides an immutable snapshot path to avoid excessive context.
Instructions
Fetch GET /api/issues/:id/heartbeat-context explicitly. Returns Markdown inline when it fits the configured token threshold; otherwise returns only a NEW immutable snapshot path. Use this when the smaller wake/execution context is what you want. all_fields=true only expands fields from this same heartbeat-context response.
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. |