Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

create_persona

Generate and customize dynamic AI personas by defining name, description, category, and specific instructions for tailored behavior in DollhouseMCP.

Instructions

Create a new persona with guided assistance

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory: creative, professional, educational, gaming, or personal
descriptionYesA brief description of the persona
instructionsYesThe main instructions/prompt for the persona
nameYesThe display name for the persona
triggersNoComma-separated list of trigger words (optional)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category: creative, professional, educational, gaming, or personal", "type": "string" }, "description": { "description": "A brief description of the persona", "type": "string" }, "instructions": { "description": "The main instructions/prompt for the persona", "type": "string" }, "name": { "description": "The display name for the persona", "type": "string" }, "triggers": { "description": "Comma-separated list of trigger words (optional)", "type": "string" } }, "required": [ "name", "description", "category", "instructions" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DollhouseMCP/DollhouseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server