claude-dials
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_dialsA | REQUIRED at the start of every task: load the user's binding behavior dials (rigor, verification, verbosity, autonomy, …) and follow them exactly for the rest of the task. Higher is not always better. |
| set_dialA | Set one behavior dial to a value 0–10. Persists across sessions. |
| apply_presetB | Apply a named preset. One of: default, fable, ship, careful, explore. |
| list_presetsA | List the available presets and what each one does. |
| explain_dialC | Explain what a dial means and how each value band changes behavior. |
| reset_dialsA | Reset all dials to the balanced default preset. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| load-dials | Load the user's current behavior dials and follow them for this session. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current dials | The user's active behavior settings — read and follow these. |
| Dials schema | All dials, their bands, and presets as JSON. |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: applying presets, explaining dials, loading dials, listing presets, resetting, and setting individual dials. No overlap.
All tools follow a consistent verb_noun pattern (e.g., apply_preset, explain_dial, get_dials), making them predictable.
Six tools is ideal for a dial and preset management server; neither sparse nor bloated.
Covers all major operations: get, set, reset, preset apply/list, and explanation. Missing a granular 'get single dial' but get_dials covers it.