Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

get_element_details

Retrieve comprehensive details about a specific element, such as personas, skills, or templates, by specifying its name and type within the DollhouseMCP server.

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/mcp-server'

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