Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

sdg1062x_copy_channel

Verify both outputs are disabled, then copy channel parameter settings from the source channel to the target channel.

Instructions

Copy channel parameters after verifying that both outputs are disabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_channelYes
target_channelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses a key behavioral trait: it verifies that both outputs are disabled before copying, which is a safety check. It also implies a write operation, matching annotations (readOnlyHint=false). Beyond that, it does not describe failure modes or effects on the target channel, but the annotation hints are non-committal, so the description adds useful context.

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?

The description is a single, efficient sentence with the verb front-loaded and no redundant words. It conveys the essential action and condition in minimal space.

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 tool has a simple two-parameter schema and an output schema exists, but the description leaves ambiguity about what specific parameters are copied, whether the target channel is overwritten, and what happens if outputs are not disabled. It gives the precondition but not the full behavioral contract, making it somewhat incomplete for a mutation operation.

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?

Schema coverage is 0%, and the description does not elaborate on the meaning of 'source_channel' or 'target_channel'. While these names are self-explanatory, the description does not specify allowed values (e.g., 1 or 2) or clarify that 'channel parameters' refers to the copied object, not the parameter fields.

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 'Copy' with a clear resource 'channel parameters' and adds a precondition. It distinguishes itself from sibling tools by naming a unique copy operation not present in any other tool.

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?

The phrase 'after verifying that both outputs are disabled' provides a clear context for when the tool is safe to use. However, it does not explicitly mention when not to use it or offer alternative tools, but no alternative copy tool exists among siblings.

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/1622352030/lab-equipment-mcp'

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