Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

get_search_event_time

Retrieve the event time for a specified line in an oscilloscope search mark table, identifying when a searched event occurred.

Instructions

Time value of a line in the search mark table (:SEARch:VALue?).

line: 1-based line number of the mark table; returns the event time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lineYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, but it does disclose the SCPI query form (:SEARch:VALue?), implying a read-only query, and specifies that line is 1-based. It still omits safety profile, error behavior, and the nature of the returned time, so it adds partial but not complete behavioral 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 two short sentences and front-loads the purpose. Every phrase adds information, and there is no filler or repetition.

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?

For a simple one-parameter getter with an output schema, the description covers the core return and parameter indexing. However, it lacks context about the search mark table workflow and when the tool is applicable, leaving an agent to infer prerequisites from sibling tools.

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?

Schema description coverage is 0%, so the description must compensate for the single parameter. It states that line is a 1-based line number of the mark table, which is meaningful semantic detail beyond the bare integer type in the schema.

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 names a specific resource (time value of a line in the search mark table) and the underlying SCPI query, which is more than a tautology. It does not, however, differentiate this tool from siblings such as get_search_config or navigate_to_event, so it stops 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 Guidelines2/5

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

The description gives no guidance about when to use this tool instead of alternatives, nor does it mention prerequisites such as having configured a search. Usage is only implied by the tool name and resource.

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