Skip to main content
Glama

sim_restart

Restart the simulation from time 0 to reset the simulation state for debugging or testing purposes.

Instructions

Restart the simulation from time 0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Implementation Reference

  • The tool `sim_restart` is defined as an async function in `src/xcelium_mcp/server.py` and decorated with `@mcp.tool()`, which registers it as an MCP tool. The handler logic calls the `restart` command through the `TclBridge`.
    @mcp.tool()
    async def sim_restart() -> str:
        """Restart the simulation from time 0."""
        bridge = _get_bridge()
        await bridge.execute("restart")
        return "Simulation restarted to time 0."

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