trace_capture_dump

[codefix]

Captures an explicit sensitive process dump artifact from an already-running local .NET process.

Why this tool exists

Process dumps are high-value but high-risk evidence.

How it helps the agent

The model must preserve the explicit sensitive-artifact acknowledgement before capture.

Try it locally in the GliderTrace playground

Parameters

NameTypeRequiredDescription
processIdnumberYesProcess id returned by trace_list_processes or another trusted local source.
dumpTypestringNoDump type: 'triage', 'normal', 'heap', or 'full'. Defaults to triage.
acknowledgeSensitivebooleanNoMust be true because this operation may read or store sensitive runtime artifacts.

Examples

Capture a triage dump after explicit acknowledgement

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "trace_capture_dump",
    "arguments": {
      "processId": 12345,
      "acknowledgeSensitive": true
    }
  }
}

Response Notes

Returns a stored session with a sensitive dump artifact reference and process evidence.

↑/↓ NavigateEnter OpenSpace Expand