Pull inbox packet
pull_inbox_packetVerify an async delivery by SHA-256 and security checks; optionally import it as a valid packet. The original delivery is neither acknowledged nor deleted.
Instructions
Verify an async delivery by SHA-256 and existing packet/security checks; set import to true to import it through normal 3Notch validation. Import does not acknowledge or delete the retained delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| import | No | When true, import the verified packet into this store through normal validation. Default false, which verifies the delivery without writing a record. | |
| actorName | No | Name recorded as the puller in the audit log; defaults to the server's configured actor, or 'mcp-client'. | |
| asReviewed | No | Mark the imported packet as reviewed rather than unreviewed. Requires import=true, otherwise the call fails with NOTCH_INBOX_IMPORT_REQUIRED. Default false. | |
| deliveryId | Yes | Delivery identifier from list_inbox, formatted 'delivery_' followed by 24 hex characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| state | Yes | ||
| packetId | Yes | ||
| deliveryId | Yes | ||
| nextAction | Yes | ||
| packetHash | Yes | ||
| packetPath | Yes | ||
| importedPacketId | No |