Skip to main content
Glama

describe_signal

Retrieve detailed signal information including type, width, and direction for debugging in Xcelium simulations.

Instructions

Get detailed information about a signal (type, width, direction).

Args: signal: Full hierarchical signal path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signalYes

Implementation Reference

  • The handler for describe_signal tool, which executes the 'describe' command via the Tcl bridge.
    @mcp.tool()
    async def describe_signal(signal: str) -> str:
        """Get detailed information about a signal (type, width, direction).
    
        Args:
            signal: Full hierarchical signal path.
        """
        bridge = _get_bridge()
        result = await bridge.execute(f"describe {signal}")
        return result

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