Skip to main content
Glama
MagnusJohansson

siglent-sds-mcp

configure_acquisition

Control oscilloscope acquisition by starting or stopping it, and configure timebase and trigger settings such as time per division, trigger source, level, and slope in a single command.

Instructions

Control acquisition state and configure timebase/trigger settings. Use 'command' to run/stop the scope, and optionally set timebase and trigger parameters in the same call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandNoAcquisition command: 'run' starts acquisition (ARM), 'stop' stops it, 'single' sets single trigger mode, 'auto' sets auto trigger mode
timebaseNoTime per division with unit (e.g. '1US', '500NS', '10MS', '1S'). Range: 1NS to 100S
trigger_modeNoTrigger sweep mode
trigger_sourceNoTrigger source channel
trigger_levelNoTrigger level voltage with unit (e.g. '1.5V', '500mV', '-200mV')
trigger_slopeNoTrigger slope: POS=rising edge, NEG=falling edge, WINDOW=alternating
trigger_delayNoTrigger delay / horizontal position with unit (e.g. '0S', '-4.8US', '100NS')
Behavior3/5

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

Annotations only show readOnlyHint=false, so the description must disclose behavioral traits. It indicates mutation (control, configure) but lacks details on side effects (e.g., clearing waveforms on run, prerequisites). Adds some context 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?

Two sentences with no wasted words. Front-loaded with the main purpose, then specific guidance. Very concise and clearly structured.

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?

Given 7 optional parameters and no output schema, the description covers the high-level usage but misses parameter interactions (e.g., which trigger params apply with which commands). Adequate but not fully complete for a complex 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?

Schema description coverage is 100%, so baseline is 3. The description merely restates that timebase and trigger can be set, adding no new meaning beyond the well-documented schema.

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?

Clearly states the tool controls acquisition state and configures timebase/trigger settings. Distinguishes from sibling tools like get_acquisition_status (read-only) and configure_channel (channel settings). The verb-resource combination is specific.

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?

Explicitly states when to use 'command' to run/stop the scope and optionally set timebase/trigger. Implicitly suggests that for reading status, use get_acquisition_status, but no explicit exclusions or alternatives are given.

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-sds-mcp'

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