Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

create_persona

Generate tailored AI personas by defining names, descriptions, categories, and instructions. Ideal for creating custom behavioral profiles for AI assistants in creative, professional, or personal scenarios.

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/mcp-server'

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