Skip to main content
Glama

renderLtspicePlotPresetImage

Render an LTspice plot image from simulation data using a built-in preset. Specify vectors, plot, run ID, and output path for quick visualization.

Instructions

Render a plot image using a built-in deterministic preset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetYes
vectorsNo
plotNo
run_idNo
raw_pathNo
step_indexNo
output_pathNo
settle_secondsNo
downscale_factorNo
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 carry the burden of behavioral disclosure. It only mentions 'deterministic preset,' implying predictable output, but does not state whether the tool is read-only, requires specific permissions, has side effects, or what the output format is. This is minimal transparency for a simple render tool.

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

Conciseness3/5

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

The description is very concise (one sentence). However, conciseness should not come at the expense of informativeness. It is structured as a single declarative sentence, but it could include additional essential details without becoming overly verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 11 parameters, no schema descriptions, no output schema, and no annotations, the description is severely incomplete. It fails to explain the function of each parameter, the return value, or how this tool fits into the broader workflow of LTspice plot rendering.

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

Parameters1/5

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

The description makes no mention of any parameters. With 11 parameters and 0% schema description coverage, the description should explain key parameters like 'preset', 'vectors', 'plot', etc. The single sentence adds no semantic value beyond the tool name.

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 clearly states the verb 'render' and resource 'plot image', and specifies the key constraint 'using a built-in deterministic preset.' This is specific enough, but it does not differentiate from the sibling tool renderLtspicePlotImage, which likely renders custom plots. The name already conveys the preset aspect, so the description is clear but lacks explicit sibling differentiation.

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?

No usage guidelines are provided. There is no indication of when to use this tool versus alternatives like renderLtspicePlotImage, generatePlotPresetSettings, or other rendering tools. The agent is left to infer usage from the name and description alone.

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