Skip to main content
Glama
ralfferreira

Behringer WING MCP

by ralfferreira

get_strip_status

Get the current name, fader (dB), mute, and pan values for a single mixer strip. Query any strip type by index to view its live status.

Instructions

Read name, fader (dB), mute, and pan of one strip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesStrip type: ch (input 1-40), aux (1-8), bus (1-16), main (1-4), mtx (matrix 1-8), dca (1-16)
indexYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden, and 'Read' clearly signals a non-destructive operation. It also adds useful detail like fader in dB. It does not describe error behavior or output formatting, but those are minor for a simple getter.

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?

One front-loaded sentence with no filler. It names the action, the target, the returned fields, and units efficiently, making it easy for an agent to parse quickly.

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 low-complexity read tool with only two parameters and no output schema, the description adequately lists the returned fields and confirms the single-strip scope. It is slightly incomplete around valid index ranges per strip type and failure behavior, but the kind enum descriptions cover much of that context.

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

Parameters2/5

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

The schema fully documents 'kind' with enum meanings, but 'index' only has min/max constraints and no semantic description. The tool description says 'one strip' but does not clarify how index relates to kind or what valid index ranges are, so the 50% schema coverage gap is not compensated.

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 states a clear action ('Read'), a precise resource ('one strip'), and the specific fields returned (name, fader in dB, mute, pan). This cleanly distinguishes it from sibling set_* tools and from list_strips.

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 use for reading a single strip's status, and 'one strip' contrasts with list_strips. However, it does not explicitly state when to choose this tool over alternatives like find_strip_by_name or osc_get, nor does it mention any exclusion cases.

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