Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

reload_elements

Reload specific elements (personas, skills, templates, etc.) from the filesystem to update configurations in the DollhouseMCP server for dynamic AI persona management.

Instructions

Reload elements of a specific type from the filesystem

Input Schema

NameRequiredDescriptionDefault
typeYesThe element type to reload

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "The element type to reload", "enum": [ "personas", "skills", "templates", "agents", "memories", "ensembles" ], "type": "string" } }, "required": [ "type" ], "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