Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

install_persona

Add AI customization elements (personas, skills, templates, or agents) to your local portfolio from the DollhouseMCP collection. Specify the path to the desired element in the library to enable tailored AI behaviors.

Instructions

[DEPRECATED - Use install_content] Install AI customization elements from the collection to your local portfolio. Use this when users ask to download/install any element type (personas, skills, templates, or agents). Examples: 'install the creative writer persona', 'get the code review skill', 'download the meeting notes template'. | Will be removed in v2.0.0

Input Schema

NameRequiredDescriptionDefault
pathYesThe collection path to the AI customization element. Format: 'library/[type]/[element].md' where type is personas, skills, templates, or agents. Example: 'library/skills/code-review.md'.

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The collection path to the AI customization element. Format: 'library/[type]/[element].md' where type is personas, skills, templates, or agents. Example: 'library/skills/code-review.md'.", "type": "string" } }, "required": [ "path" ], "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