Skip to main content
Glama

mcp-vcd

get-signal

Extract specific signal instances from a VCD file by defining the signal name and optional time range. Optimize analysis of large waveform files within the MCP server 'mcp-vcd' context.

Instructions

Get all instances of a specified signal in a VCD file

Input Schema

NameRequiredDescriptionDefault
end_timeNoEnd timestamp (optional)
file_nameYesName of the VCD file to analyze
signal_nameYesName of the signal to search for
start_timeNoStart timestamp (optional)

Input Schema (JSON Schema)

{ "properties": { "end_time": { "description": "End timestamp (optional)", "type": "integer" }, "file_name": { "description": "Name of the VCD file to analyze", "type": "string" }, "signal_name": { "description": "Name of the signal to search for", "type": "string" }, "start_time": { "description": "Start timestamp (optional)", "type": "integer" } }, "required": [ "file_name", "signal_name" ], "type": "object" }
Install Server

Other Tools from mcp-vcd

Related Tools

    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/SeanMcLoughlin/mcp-vcd'

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