configure_claudmaster
Adjust AI Dungeon Master settings for D&D campaigns, including model profiles, interaction modes, narrative styles, and difficulty levels.
Instructions
Configure the Claudmaster AI DM settings for the current campaign.
Call with no arguments to view current configuration. Provide specific fields to update only those settings (partial update). Set model_profile to switch all model settings at once (quality/balanced/economy). Set interaction_mode to switch how the DM communicates (independent of model_profile). Set reset_to_defaults=True to restore all settings to their default values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm_model | No | LLM model identifier (e.g., 'claude-sonnet-4-5-20250929') | |
| temperature | No | LLM temperature (0.0-2.0) | |
| max_tokens | No | Maximum tokens in LLM response (256-200000) | |
| narrative_style | No | Narrative style: descriptive, concise, dramatic, cinematic, etc. | |
| dialogue_style | No | Dialogue style: natural, theatrical, formal, casual, etc. | |
| difficulty | No | Game difficulty | |
| improvisation_level | No | AI improvisation level: 0=None, 1=Low, 2=Medium, 3=High, 4=Full | |
| agent_timeout | No | Maximum seconds per agent call (> 0) | |
| fudge_rolls | No | Whether DM can fudge dice rolls for narrative purposes | |
| model_profile | No | Switch model quality profile. Updates all model settings and CC agent files at once. | |
| interaction_mode | No | Switch interaction mode: 'classic' (text-only), 'narrated' (TTS + text), 'immersive' (TTS + STT). Takes effect immediately. | |
| reset_to_defaults | No | Reset all settings to defaults |