import_persona
Add a custom AI persona to the DollhouseMCP server by importing from a file or JSON string, enabling dynamic behavior switching for compatible assistants.
Instructions
Import a persona from a file path or JSON string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | File path to a .md or .json file, or a JSON string of the persona | |
| overwrite | No | Overwrite if persona already exists (default: false) |