Skip to main content
Glama
ralfferreira

Behringer WING MCP

by ralfferreira

osc_set

Write raw OSC addresses to adjust any parameter on a Behringer WING mixer, with optional type forcing for accurate value handling.

Instructions

Write any raw OSC address on the WING. Value is sent as float/int/string based on its form; use force_type to override. CAUTION: this can change anything on a live console.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
addressYes
force_typeNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description takes on the burden and does well: it reveals value type coercion (float/int/string based on form), the force_type override mechanism, and the dangerous 'can change anything on a live console' side effect. It does not cover response behavior or error cases, but the core risk is clearly disclosed.

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 sentences with no filler. The core action is front-loaded, the type behavior is stated in one clause, and the caution is compact yet impactful. Every sentence earns its place.

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 destructive raw-write tool, the description conveys what it does, how values are typed, how to override typing, and the risk. It lacks explicit return/output information, but this is acceptable given no output schema and the nature of a raw OSC write command. Sibling context further reinforces its purpose.

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 coverage is 0%, but the description meaningfully explains value ('sent as float/int/string based on its form'), force_type (override), and the nature of address ('raw OSC address'). The address pattern and required-ness remain only in the schema, so this isn't a perfect five, but it is far above baseline.

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 states a specific verb ('Write'), resource ('raw OSC address on the WING'), and scope ('any'), clearly distinguishing it from sibling tools like set_fader or set_mute that target specific parameters. The word 'raw' signals this is a low-level universal tool.

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

Usage Guidelines3/5

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

The description implies this is for arbitrary addresses that specific sibling tools don't cover, but never explicitly says 'use this when no dedicated tool exists' or mentions alternatives. The CAUTION warning gives context about appropriate care but not about selection criteria.

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

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/ralfferreira/behringer-wing-mcp'

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