Skip to main content
Glama

Nudge Eos Encoder Wheel

eos_nudge_wheel

Adjust the selected channel or parameter on an ETC Eos console by simulating encoder wheel ticks. Nudge values up or down in fine or coarse increments for live tweaks instead of absolute jumps.

Instructions

Simulate turning an encoder wheel by a relative number of ticks, for whatever channel/parameter is currently selected (use eos_select_channel first). This is the closest OSC equivalent to physically twisting a console knob, useful for live "nudge it a bit" adjustments rather than jumping to an absolute value.

Args:

  • parameter (string, optional): Parameter to nudge, e.g. "pan". Omit to nudge the intensity/level wheel.

  • ticks (number): Positive nudges up, negative nudges down. Magnitude controls how far — small values (~1) for fine nudges, larger (~5-10) for bigger moves.

  • fine (boolean, optional): Use fine mode instead of coarse. Default false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fineNoUse fine mode instead of coarse
ticksYesWheel ticks, positive = up, negative = down
parameterNoParameter to nudge, e.g. "pan"; omit for intensity
Behavior4/5

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

Annotations indicate non-read-only, non-idempotent, and non-destructive. The description adds behavioral context beyond these: relative ticks, fine/coarse mode, prerequisite channel selection, and magnitude guidance. It doesn't cover return values or edge cases but sufficiently enriches the annotation-provided profile.

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

Conciseness4/5

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

Well-structured with a concise opening sentence and a labeled Args list. It front-loads the core purpose and then neatly explains parameters. It repeats some schema descriptions, but this is not detrimental. Size is appropriate for the tool's complexity.

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

Completeness4/5

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

For a 3-parameter command with no output schema, the description covers functionality, prerequisites, parameter semantics, and usage context. Missing return value and edge-case behavior (e.g., 'no channel selected'), but the core information is complete enough for an OSC simulation tool.

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?

Schema covers all 3 parameters with descriptions, so baseline is 3. The description adds extra value by giving examples ('pan'), magnitude guidance ('~1 for fine nudges, ~5-10 for bigger moves'), and clarifying the omission behavior for intensity/level. This goes beyond schema descriptions.

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?

Description clearly states it simulates turning an encoder wheel by a relative number of ticks for the currently selected channel/parameter. It distinguishes itself from absolute-value tools by explicitly noting 'rather than jumping to an absolute value' and referencing the prerequisite eos_select_channel tool, separating it from siblings like eos_set_parameter.

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

Usage Guidelines4/5

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

Provides clear context: 'useful for live "nudge it a bit" adjustments' and the prerequisite 'use eos_select_channel first.' It implies when to use relative nudging over absolute setting but does not explicitly name alternative tools, so it stops short of a full when/when-not list.

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/ReynoldsProductions/ETC-EOS-MCP'

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