Skip to main content
Glama
MagnusJohansson

siglent-sdg-mcp

configure_sweep

Configure frequency sweep on a channel, setting start/stop frequencies, sweep time, mode, direction, and trigger options. Enable by setting state to ON.

Instructions

Configure sweep on a channel. State must be set to ON before other parameters. Builds a single SWWV command with all specified parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spanNoFrequency span in Hz
stopNoStop frequency in Hz
timeNoSweep time in seconds
startNoStart frequency in Hz
stateNoSweep state. Must be ON before setting other params.
centerNoCenter frequency in Hz
channelYesChannel to configure
symmetryNoSymmetry in % (0-100) when direction is UP_DOWN
directionNoSweep direction
sweep_modeNoSweep mode: LINE (linear), LOG (logarithmic), or STEP
return_timeNoReturn time in seconds (0-300)
trigger_outNoTrigger output state
marker_stateNoFrequency marker state
trigger_edgeNoTrigger edge (only for EXT or MAN trigger source)
carrier_phaseNoCarrier phase in degrees (0-360)
end_hold_timeNoEnd hold time in seconds (0-300)
carrier_offsetNoCarrier DC offset in volts
manual_triggerNoSend a manual trigger (only when trigger source is MAN)
trigger_sourceNoTrigger source: EXT (external), INT (internal), MAN (manual)
start_hold_timeNoStart hold time in seconds (0-300)
carrier_waveformNoCarrier waveform type
marker_frequencyNoMarker frequency in Hz
carrier_amplitudeNoCarrier amplitude in Vpp
carrier_frequencyNoCarrier frequency in Hz
Behavior4/5

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

Annotations only include readOnlyHint: false, indicating mutation. The description adds meaningful behavioral context by revealing the SWWV command construction and the dependency on state being ON first, which goes beyond the minimal annotation. No contradiction with annotations.

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 concise sentences with no fluff. The purpose is front-loaded ('Configure sweep on a channel') and the second sentence delivers a critical usage constraint. Every word 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?

Despite 24 parameters and no output schema, the description covers the most important non-obvious behaviors: the state ordering prerequisite and the command-building approach. The schema fully handles parameter details. Could potentially mention defaults or what gets overwritten, but overall sufficient for a configuration tool.

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

Parameters3/5

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

Input schema has 100% coverage with individual parameter descriptions, so baseline is 3. The description's phrase 'all specified parameters' adds no new parameter-specific meaning; the schema already documents each field thoroughly.

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 clearly states 'Configure sweep on a channel' with a specific verb and resource, distinguishing it from sibling tools like get_sweep (read) and other configure_* tools. The second sentence about building a single SWWV command adds useful implementation-specific detail.

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 description explicitly gives a usage ordering requirement: 'State must be set to ON before other parameters.' This is a clear directive for correct invocation. It does not explicitly name alternatives, but the tool's name and sibling set imply this is for configuring sweeps versus reading them via get_sweep.

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/MagnusJohansson/siglent-sdg-mcp'

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