Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

sdg1062x_set_mode_enabled

Enable or disable modulation, sweep, or burst on an SDG1062X signal generator while output is off, enabling signal mode pre-configuration before activation.

Instructions

Enable or disable modulation, sweep, or burst while output is disabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
channelYes
enabledYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations are all false, meaning no safety hints are given. The description adds the key behavioral constraint that this only works while output is disabled, which is useful. However, it does not disclose potential side effects, prerequisites (e.g., whether the mode must be configured first), or error behavior. This is adequate but not rich.

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 single sentence is concise and front-loaded with the action. Every word adds value, stating what the tool does and an important condition. No filler or redundancy.

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

Completeness2/5

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

Although the tool is simple and has an output schema, the complete lack of schema descriptions places a burden on the description to explain all parameters. It only covers the mode values and the output-disabled condition, leaving channel and enabled semantics unexplained. This is a clear gap for a 3-parameter tool.

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 description coverage is 0%, so the description must compensate. It partially does by listing the possible mode values ('modulation, sweep, or burst'), but it does not explain the 'channel' parameter or the 'enabled' boolean beyond the verb 'Enable or disable.' With three required parameters and no schema descriptions, this is insufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool enables or disables modulation, sweep, or burst modes, with a specific condition 'while output is disabled.' It uses a specific verb and resource, and lists the three mode types. However, it does not explicitly differentiate from sibling configuration tools like sdg1062x_configure_modulation, so it falls short of a 5.

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 provides a clear usage condition (output must be disabled) but gives no guidance on when to use this tool versus alternatives like sdg1062x_configure_modulation, sdg1062x_configure_sweep, or sdg1062x_configure_burst. The context is implied rather than explicit, so it earns a 3.

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