Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

list_elements

Retrieve all available elements by type, such as personas, skills, templates, agents, memories, or ensembles, for dynamic AI persona management within the DollhouseMCP server.

Instructions

List all available elements of a specific type

Input Schema

NameRequiredDescriptionDefault
typeYesThe element type to list

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "The element type to list", "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/DollhouseMCP'

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