reload

[solution]

Reloads the currently loaded workspace and rebuilds project contexts.

Why this tool exists

TypeScript and JavaScript workspaces can contain multiple projects, generated configs, path aliases, and live editor text.

How it helps the agent

The model can load, refresh, and inspect the workspace state it will use for later semantic calls.

Try it locally in the TGlider playground

This tool requires no parameters.

Examples

Reload after project structure changes

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

Response Notes

Returns refreshed project load metadata and the new revision.

↑/↓ NavigateEnter OpenSpace Expand