Initialize durable inbox
inbox_initInitialize a local mailbox at a chosen root directory by writing configuration and registering the address for async cross-agent packet delivery. Does not create an authenticated identity.
Instructions
Use only after the user chooses an explicit local mailbox root and address for async cross-agent packet delivery. This writes local configuration and registers the address; it does not create authenticated identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Mailbox label for this store; it becomes the local: address senders use. A routing label chosen by the user, not an authenticated identity. | |
| root | Yes | Absolute path to the shared mailbox directory both sides register; relative paths are refused. | |
| actorName | No | Name recorded as the author of this write; defaults to the server's configured actor, or 'mcp-client'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| root | Yes | ||
| address | Yes | ||
| transport | Yes | ||
| nextAction | Yes | ||
| alreadyInitialized | Yes |