trace_remove_workspace

[debug]

Removes a workspace root that was registered at runtime via trace_add_workspace. Admin-configured --workspace roots cannot be removed.

Why this tool exists

Runtime evidence workflows need a quick way to confirm workspace, artifact, retention, and diagnostics capability before collecting data.

How it helps the agent

The model can verify that GliderTrace is ready and see local capability limits before starting expensive or sensitive capture work.

Try it locally in the GliderTrace playground

Parameters

NameTypeRequiredDescription
pathstringYesAbsolute path of a runtime-registered workspace root to remove.

Examples

Remove a runtime-registered workspace root

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "trace_remove_workspace",
    "arguments": {
      "path": "C:/code/daisy"
    }
  }
}

Response Notes

Returns the path and whether a runtime-registered root was removed.

↑/↓ NavigateEnter OpenSpace Expand