Skip to main content
Glama

renderLtspicePlotImage

Render LTspice simulation vectors into a plot image, supporting configurable layout, axes, and step selection.

Instructions

Render one or more vectors from a RAW dataset to a plot image and return it through MCP.

Supports run_id/raw_path resolution and optional step filtering for stepped runs. pane_layout: single | split | per_trace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vectorsYes
plotNo
run_idNo
raw_pathNo
step_indexNo
output_pathNo
widthNo
heightNo
downscale_factorNo
settle_secondsNo
max_pointsNo
y_modeNomagnitude
modeNoauto
x_logNo
x_minNo
x_maxNo
y_minNo
y_maxNo
dual_axisNo
pane_layoutNosingle
titleNo
validate_captureNo
render_session_idNo
Behavior2/5

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

With no annotations, the description must fully convey behavior. It mentions the output type and core features (run_id resolution, step filtering, pane layout), but omits critical details like defaults for many parameters, limitations (e.g., max points), or side effects. Significant behavioral gaps remain.

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 short and front-loaded with the main purpose and key features. However, it could be slightly more structured (e.g., grouping options). No wasted words.

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 23 parameters, no output schema, and no annotations, the description is incomplete. It covers only a fraction of the parameter semantics and lacks details on return format, error conditions, or performance. The agent would need to infer most behavior.

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?

Schema description coverage is 0% (no descriptions in schema), so the description must compensate. It only explains pane_layout, run_id, and step filtering, leaving 20+ parameters (e.g., mode, y_mode, width, height) completely unexplained. Minimal value added beyond parameter names and types.

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 verb 'Render' and the resource 'vectors from a RAW dataset to a plot image'. It distinguishes from siblings like renderLtspicePlotPresetImage (which uses presets) and renderLtspiceSchematicImage (which renders schematics, not plots).

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 hints at usage by mentioning supports for run_id/raw_path resolution and step filtering, but does not explicitly state when to use this tool over alternatives. No exclusions or conditional guidance are provided.

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