list_workspace_projects

[architecture]

Lists workspace package entries discovered from package manager metadata.

Why this tool exists

Monorepo package relationships and import graphs are too large to reconstruct reliably from scattered file reads.

How it helps the agent

The model can reason from package, project, dependency, dependent, path, and cycle facts before editing architecture-sensitive code.

Try it locally in the TGlider playground

This tool requires no parameters.

Examples

List workspace packages

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

Response Notes

Returns package paths, package names, and package.json locations.

↑/↓ NavigateEnter OpenSpace Expand