get_project_info

[solution]

Returns summary metadata for a loaded project by project name.

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

Parameters

NameTypeRequiredDescription
projectNamestringYesLoaded project name.

Examples

Inspect one project

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

Response Notes

Returns config path, root path, compiler options summary, extends chain, and document counts.

↑/↓ NavigateEnter OpenSpace Expand