Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

get_timebase

Read the oscilloscope's horizontal timebase configuration to verify time scale and position before capturing or analyzing waveforms.

Instructions

Read back the horizontal system configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. 'Read back' implies a non-mutating query, but nothing is said about scope of returned data, whether full vs. summary configuration is returned, or how it differs behaviorally from get_timebase_full.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler or repetition. It is appropriately sized, though its brevity comes partly from under-specification rather than crisp information design.

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?

An output schema exists, so return values need not be explained. For a simple zero-parameter read tool this is nearly adequate, but the absence of any differentiation from the sibling get_timebase_full leaves a real gap for tool selection.

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

Parameters4/5

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

The tool takes zero parameters, so there is nothing for the description to disambiguate; baseline 4 applies. No parameter information is missing.

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

Purpose3/5

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

The verb 'Read back' plus resource 'horizontal system configuration' identifies the tool's purpose, giving an agent a reasonable idea it retrieves timebase/horizontal settings. However, it never names the concrete resource (timebase) or distinguishes itself from the sibling get_timebase_full, so an agent cannot tell the two apart from the description alone.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no statement of when to use this tool versus get_timebase_full or set_timebase, nor any prerequisites or conditions. Usage is only implied by the read-type wording of the description.

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