Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

import_persona

Enable dynamic AI persona management by importing personas from .md or .json files or JSON strings on DollhouseMCP, with optional overwrite functionality.

Instructions

Import a persona from a file path or JSON string

Input Schema

NameRequiredDescriptionDefault
overwriteNoOverwrite if persona already exists (default: false)
sourceYesFile path to a .md or .json file, or a JSON string of the persona

Input Schema (JSON Schema)

{ "properties": { "overwrite": { "description": "Overwrite if persona already exists (default: false)", "type": "boolean" }, "source": { "description": "File path to a .md or .json file, or a JSON string of the persona", "type": "string" } }, "required": [ "source" ], "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