Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

configure_indicator

Customize active persona indicator display for DollhouseMCP, enabling options like style (full, minimal, compact, custom), emoji, brackets, and metadata (version, author, category).

Instructions

Configure how active persona indicators are displayed

Input Schema

NameRequiredDescriptionDefault
customFormatNoCustom format string (for style=custom). Use placeholders: {name}, {version}, {author}, {category}
enabledNoEnable or disable persona indicators
includeAuthorNoInclude author in indicator
includeBracketsNoWrap indicator in brackets
includeCategoryNoInclude category in indicator
includeEmojiNoInclude emoji in indicator (🎭)
includeVersionNoInclude version in indicator
styleNoDisplay style: full, minimal, compact, or custom

Input Schema (JSON Schema)

{ "properties": { "customFormat": { "description": "Custom format string (for style=custom). Use placeholders: {name}, {version}, {author}, {category}", "type": "string" }, "enabled": { "description": "Enable or disable persona indicators", "type": "boolean" }, "includeAuthor": { "description": "Include author in indicator", "type": "boolean" }, "includeBrackets": { "description": "Wrap indicator in brackets", "type": "boolean" }, "includeCategory": { "description": "Include category in indicator", "type": "boolean" }, "includeEmoji": { "description": "Include emoji in indicator (🎭)", "type": "boolean" }, "includeVersion": { "description": "Include version in indicator", "type": "boolean" }, "style": { "description": "Display style: full, minimal, compact, or custom", "type": "string" } }, "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