[debug]
Returns GliderTrace readiness, workspace and artifact configuration, package expiration, retention/redaction defaults, and optional local diagnostic capability details.
Runtime evidence workflows need a quick way to confirm workspace, artifact, retention, and diagnostics capability before collecting data.
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
| Name | Type | Required | Description |
|---|---|---|---|
| includeEnvironment | boolean | No | Include OS/runtime details and local diagnostic tool discovery. |
Check GliderTrace readiness
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_status",
"arguments": {}
}
}Returns server version, workspace root, artifact root, retention/redaction defaults, and local diagnostic capability details when requested.