trace_list_processes

[external]

Lists local .NET processes published through the diagnostics IPC channel for trace_attach.

Why this tool exists

Important runtime evidence often already exists in files or in live local .NET processes.

How it helps the agent

The model can import artifacts or attach to a process while keeping evidence bounded and tied to a stored session.

Try it locally in the GliderTrace playground

Parameters

NameTypeRequiredDescription
includeSelfbooleanNoInclude the current GliderTrace server process. Defaults to false.
limitnumberNoMaximum number of process candidates to return.

Examples

List attachable .NET processes

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

Response Notes

Returns process ids, names, command lines when available, and diagnostics IPC visibility.

↑/↓ NavigateEnter OpenSpace Expand