server_status

[debug]

Returns the current TGlider workspace and watcher status.

Why this tool exists

Agents need to know whether TGlider has a loaded workspace and fresh project state before trusting semantic answers.

How it helps the agent

It gives the model a cheap readiness check instead of making it infer setup problems from failed follow-up calls.

Try it locally in the TGlider playground

This tool requires no parameters.

Examples

Check whether a workspace is loaded

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

Response Notes

Returns loaded-state, workspace root, project count, revision, and watcher state when available.

↑/↓ NavigateEnter OpenSpace Expand