validate_persona
Verify persona format and deliver feedback on quality within DollhouseMCP, ensuring compatibility and integrity for dynamic AI persona management and deployment.
Instructions
Validate a persona's format and provide quality feedback
Input Schema
Name | Required | Description | Default |
---|---|---|---|
persona | Yes | The persona name or filename to validate |
Input Schema (JSON Schema)
{
"properties": {
"persona": {
"description": "The persona name or filename to validate",
"type": "string"
}
},
"required": [
"persona"
],
"type": "object"
}