Import private seed packet
import_seed_packetImport a reviewed seed packet into the private inbox to carry forward its context. Uses only absolute paths, rejects symlinks and duplicate IDs to keep the store clean.
Instructions
Use when the user points at a seed packet file they have already reviewed and wants that carried-forward private context in this store. Requires an absolute path and refuses symlinks, accepts only packets with purpose: seed, always imports into .notch/private/inbox/, and refuses a packet ID already present rather than overwriting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorName | No | Name recorded as the importer in the audit log; defaults to the server's configured actor, or 'mcp-client'. | |
| asReviewed | No | When true, record the imported seed packet as reviewed instead of unreviewed. Default false. | |
| packetPath | Yes | Absolute path to a seed packet Markdown file or unpacked packet folder; relative paths and symlinks are refused, and the packet must have purpose: seed. |