Skip to main content
Glama

inspect_producer_chain

Read-only

Compare a track's device chain against a producer-chain blueprint to identify differences without loading or modifying any devices.

Instructions

Read the devices on one exact track and compare their factory profiles and order with a named producer-chain blueprint. No devices are loaded or changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
trackIdYesStable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive. The description adds valuable context beyond that by explicitly stating 'No devices are loaded or changed,' which reassures the agent about side effects that readOnlyHint alone might not fully imply.

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, both information-dense and free of filler. The main action and scope are front-loaded, and the safety clarification earns its place.

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

Completeness3/5

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

The description is adequate for a simple read-only inspection, but it doesn't state what the comparison returns, how results are presented, or how the target enum maps to blueprint names. Since there is no output schema, this leaves the agent to guess at the return contract.

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?

trackId is well documented in the schema, but target has only an enum with no description. The description never explicitly maps 'target' to the 'named producer-chain blueprint' or explains how enum values like 'bass' or 'layered-bass-system' relate to the blueprint name. With schema coverage at 50%, the description should compensate, and it doesn't.

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 uses a specific verb ('Read') and resource ('devices on one exact track') and clearly states the comparison against a producer-chain blueprint. It distinguishes itself from generic listing tools and sibling inspection tools by scoping to a single track and a named blueprint.

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 usage: use this when you need to read and compare devices on one exact track against a blueprint. However, it does not explicitly state when not to use it, nor does it mention alternatives like inspect_producer_bus or get_producer_chain_blueprint.

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

Deploy Server

Other Tools