Skip to main content
Glama
monoxide-xen

microcap-mcp

by monoxide-xen

plot

Run a netlist to produce a Micro-Cap waveform plot as a JPEG, enabling visual inspection of simulation curves. Use for qualitative analysis; numeric extraction requires the simulate tool.

Instructions

Run a netlist and return Micro-Cap's own rendered plot as a JPEG image.

Use this to look at a waveform. For numbers to reason about, use simulate — reading values off a picture is guesswork.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
definesNo
netlistYes
analysisNotransient
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the output is a JPEG image and warns that reading values off the picture is guesswork, which is a meaningful behavioral caveat. It does not mention side effects or error handling, but for a plotting tool this is adequate.

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?

Two sentences: the first states the core action and output, the second provides usage guidance and a contrast with simulate. Every sentence earns its place, with no fluff.

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

Completeness4/5

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

The description covers the main purpose, output format, and usage constraints, which is sufficient for a simple plotting tool. However, it omits parameter-level details and does not explain how the 'analysis' parameter affects the plot. Given the tool's simplicity, it is still fairly complete.

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 coverage is 0%. The description only mentions 'netlist' implicitly and gives no information about the 'defines' or 'analysis' parameters. It does not compensate for the lack of schema descriptions, leaving agents without guidance on optional parameters.

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 that the tool runs a netlist and returns a Micro-Cap rendered plot as a JPEG image. It distinguishes itself from the sibling 'simulate' tool by specifying that it is for visual inspection only, making its purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly says 'Use this to *look* at a waveform' and 'For numbers to reason about, use simulate', providing both a when-to-use and a when-not-to-use with a named alternative. This gives an agent clear decision-making guidance.

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/monoxide-xen/microcap-mcp'

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