Skip to main content
Glama

configure_indicator

Customize active persona indicator display settings in DollhouseMCP. Enable/disable indicators, choose styles, add emojis, include details like version, author, category, and use placeholders for custom formats.

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" }

Latest Blog Posts

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