trace_stop

[solution]

Stops an active trace_start session, terminates the launched process, and finalizes stored evidence.

Why this tool exists

Command and test failures need reproducible execution plus stored stdout, stderr, test, and trace evidence.

How it helps the agent

The model can create durable sessions instead of relying on transient terminal output pasted into a prompt.

Try it locally in the GliderTrace playground

Parameters

NameTypeRequiredDescription
sessionIdstringYesTrace session id, for example trc_20260507_123044_ab12cd34.
waitForExitMsnumberNoMilliseconds to wait for the process to exit after termination. Defaults to 5000.

Examples

Stop an active trace session

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "trace_stop",
    "arguments": {
      "sessionId": "trc_20260507_123044_ab12cd34"
    }
  }
}

Response Notes

Returns finalized session metadata, process exit status, artifacts, and summarized findings.

↑/↓ NavigateEnter OpenSpace Expand