Skip to main content
Glama

get_indicator_config

Retrieve current persona indicator settings from DollhouseMCP, enabling dynamic AI persona management and configuration adjustments for Claude and compatible assistants.

Instructions

Get current persona indicator configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the get_indicator_config tool with empty input schema and a handler that calls server.getIndicatorConfig()
    tool: { name: "get_indicator_config", description: "Get current persona indicator configuration", inputSchema: { type: "object", properties: {}, }, }, handler: () => server.getIndicatorConfig() },
  • Concrete implementation of getIndicatorConfig method that returns the stored IndicatorConfig instance used by the persona manager
    getIndicatorConfig(): IndicatorConfig { return this.indicatorConfig; }
  • Zod schema definition for the tool's input arguments (empty object as expected)
    export const GetIndicatorConfigArgsSchema = z.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