get_persona_details
Retrieve comprehensive details about a specific AI persona hosted on DollhouseMCP, enabling users to understand and manage persona behaviors effectively.
Instructions
Get detailed information about a specific persona
Input Schema
Name | Required | Description | Default |
---|---|---|---|
persona | Yes | The persona name or filename to get details for |
Input Schema (JSON Schema)
{
"properties": {
"persona": {
"description": "The persona name or filename to get details for",
"type": "string"
}
},
"required": [
"persona"
],
"type": "object"
}