Send packed packet
send_packetDeliver a packed .notchpkt archive to a registered local: address for async handoff across repositories or model clients.
Instructions
Use after notch packet pack when the user wants an async handoff to a registered local: address in another repo or model client. This is an externally visible write to the configured mailbox and refuses private or seed packets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination address in the form local:<name>, registered by the receiving store on the same mailbox root. | |
| actorName | No | Name recorded as the sender in the audit log; defaults to the server's configured actor, or 'mcp-client'. | |
| packetPath | Yes | Absolute path to the .notchpkt archive produced by notch packet pack; other file types and symlinks are refused. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| state | Yes | ||
| notice | Yes | ||
| packetId | Yes | ||
| deliveryId | Yes | ||
| idempotent | Yes | ||
| nextAction | Yes | ||
| packetHash | Yes | ||
| packetPath | Yes | ||
| importedPacketId | No |