[debug]
Returns the current TGlider workspace and watcher status.
Agents need to know whether TGlider has a loaded workspace and fresh project state before trusting semantic answers.
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.
Check whether a workspace is loaded
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "server_status",
"arguments": {}
}
}Returns loaded-state, workspace root, project count, revision, and watcher state when available.