renderLtspiceSymbolImage
Render an LTspice symbol to an image with options for size, pins, and labels, returning the image and structured metadata.
Instructions
Render an LTspice symbol to an image and return the image through MCP.
The response includes both image content and structured metadata (image_path, bounds, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| output_path | No | ||
| width | No | ||
| height | No | ||
| downscale_factor | No | ||
| settle_seconds | No | ||
| include_pins | No | ||
| include_pin_labels | No | ||
| lib_zip_path | No |