export_all_personas
Export all AI personas, including default personas if specified, into a JSON bundle for easy management and integration with the DollhouseMCP server's dynamic persona system.
Instructions
Export all personas to a JSON bundle
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeDefaults | No | Include default personas in export (default: true) |
Input Schema (JSON Schema)
{
"properties": {
"includeDefaults": {
"description": "Include default personas in export (default: true)",
"type": "boolean"
}
},
"type": "object"
}