Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

get_element_details

Retrieve comprehensive details about specific elements such as personas, skills, templates, or agents within the DollhouseMCP server to streamline AI persona and resource management.

Instructions

Get detailed information about a specific element

Input Schema

NameRequiredDescriptionDefault
nameYesThe element name to get details for
typeYesThe element type

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The element name to get details for", "type": "string" }, "type": { "description": "The element type", "enum": [ "personas", "skills", "templates", "agents", "memories", "ensembles" ], "type": "string" } }, "required": [ "name", "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/DollhouseMCP'

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