Skip to main content
Glama

take_waveform_screenshot

Capture SimVision waveform window screenshots as PNG images for analysis during RTL and gate-level debugging with Xcelium simulations.

Instructions

Capture a screenshot of the SimVision waveform window.

Returns the screenshot as a PNG image that Claude can analyze.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the 'take_waveform_screenshot' tool, which captures a screenshot using the bridge and converts it to PNG.
    @mcp.tool()
    async def take_waveform_screenshot() -> Image:
        """Capture a screenshot of the SimVision waveform window.
    
        Returns the screenshot as a PNG image that Claude can analyze.
        """
        bridge = _get_bridge()
        ps_path = await bridge.screenshot()
        png_bytes = await ps_to_png(ps_path)
        return Image(data=png_bytes, format="png")

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/hslee-cmyk/xcelium-mcp'

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