Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

edit_persona

Modify specific properties of an AI persona, including name, description, instructions, or metadata, to customize its behavior and characteristics for dynamic AI interactions.

Instructions

Edit an existing persona's properties

Input Schema

NameRequiredDescriptionDefault
fieldYesField to edit: name, description, instructions, triggers, category, version, or metadata fields
personaYesThe persona name or filename to edit
valueYesThe new value for the field

Input Schema (JSON Schema)

{ "properties": { "field": { "description": "Field to edit: name, description, instructions, triggers, category, version, or metadata fields", "type": "string" }, "persona": { "description": "The persona name or filename to edit", "type": "string" }, "value": { "description": "The new value for the field", "type": "string" } }, "required": [ "persona", "field", "value" ], "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