get_packet
Read a specific packet checkpoint or handoff by ID or slug, with options to filter by inbox/outbox and include private or Markdown content.
Instructions
Read a packet by ID or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Packet record ID or stored filename stem; must match exactly one packet or the call fails. | |
| direction | No | Restrict the lookup to received packets, packets created here, or both (default). | |
| includePrivate | No | Include private packets in the lookup. Honoured only when the server was started with --include-private. Default false. | |
| includeMarkdown | No | When true, also return the packet's rendered Markdown alongside the parsed record. Default false. |