Skip to main content
Glama

get_dials

Retrieve user-defined behavior dials for rigor, verification, verbosity, and autonomy to enforce consistent responses.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries full burden. It discloses that the tool loads behavioral dials (rigor, verification, etc.) and warns 'Higher is not always better', adding helpful context. However, it does not describe the output format or side effects, though for a parameterless read tool this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with no wasted words. The first sentence provides the imperative purpose, the second adds a caution. Ideal length for immediate comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no parameters and no output schema, the description fully covers what the agent needs to know: when to call it (start of task) and what it does (load dials). It also lists example dials, making the context complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has no parameters and schema coverage is 100%. The description adds meaning beyond the schema by explaining what the dials represent and the mandatory usage pattern, justifying a baseline score of 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it loads the user's binding behavior dials and explicitly marks it as required at the start of every task, distinguishing it from siblings that apply, explain, list, reset, or set dials.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'REQUIRED at the start of every task', providing a strong usage directive. It also instructs the agent to follow the dials exactly, with no ambiguity about when to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/willykeenan/claude-dials'

If you have feedback or need assistance with the MCP directory API, please join our Discord server