Skip to main content
Glama

runVerificationPlan

Run LTspice simulations and evaluate assertion checks like vector statistics, bandwidth, gain/phase margin, rise/fall time, settling time, and user-defined .meas results in a single call.

Instructions

Run simulation (or reuse a run) and evaluate assertion checks in one call.

Assertion types:

  • vector_stat: vector + statistic(min|max|avg|rms|pp|final|abs_max)

  • bandwidth: vector (+ optional drop_db/reference/metric)

  • gain_phase_margin: vector (+ optional metric)

  • rise_fall_time: vector (+ optional metric)

  • settling_time: vector (+ optional tolerance_percent/target_value)

  • meas: name from .meas results

  • all_of: all nested assertions must pass

  • any_of: at least one nested assertion must pass Bounds:

  • min, max Tolerances:

  • target (+ optional rel_tol_pct, abs_tol)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assertionsYes
run_idNo
netlist_pathNo
netlist_contentNo
asc_pathNo
circuit_nameNo
measurementsNo
ascii_rawNo
timeout_secondsNo
show_uiNo
open_raw_after_runNo
fail_fastNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions simulation and reuse but does not detail the decision logic (when does it run vs reuse?), side effects (e.g., new run creation), error conditions, or authentication needs. The assertion types are well-described, but the overall behavioral model is incomplete.

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?

The description is reasonably concise, with a clear introductory sentence and a structured bullet list for assertion types. It is front-loaded and avoids repetition. A minor improvement could be to also list or reference the other parameters, but overall it is efficient.

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?

Given the high complexity (12 parameters, 1 required, no schema descriptions or annotations), the description is incomplete. It covers assertions in depth but neglects most other parameters and does not mention the return format despite an output schema existing. The tool's full behavior is not adequately described for an AI agent to use it reliably.

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?

With 0% schema description coverage, the description is the sole source for parameter meaning. It thoroughly explains the 'assertions' parameter structure and types but completely ignores the other 11 parameters such as netlist_path, run_id, measurements, timeout_seconds, etc. This leaves a major gap for the agent to understand how to use the tool correctly.

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 the tool combines running a simulation (or reusing a previous run) with evaluating assertion checks in one call. It uses a specific verb ('run') and resource ('verification plan'), and the context of sibling tools (especially runSimulation and individual get* tools) helps distinguish its purpose. No tautology or ambiguity.

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 explains that the tool runs simulation or reuses a run and evaluates assertions, but it does not provide explicit guidance on when to choose this tool over separate steps (like runSimulation then individual measurement tools) or mention prerequisites. The 'or reuse a run' option is mentioned but not elaborated, leaving some ambiguity.

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/xuio/ltspice-mcp'

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