trace_status

[debug]

Returns GliderTrace readiness, workspace and artifact configuration, package expiration, retention/redaction defaults, and optional local diagnostic capability details.

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
includeEnvironmentbooleanNoInclude OS/runtime details and local diagnostic tool discovery.

Examples

Check GliderTrace readiness

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

Response Notes

Returns server version, workspace root, artifact root, retention/redaction defaults, and local diagnostic capability details when requested.

↑/↓ NavigateEnter OpenSpace Expand