[architecture]
Lists files that depend on the requested source file through imports or re-exports.
Monorepo package relationships and import graphs are too large to reconstruct reliably from scattered file reads.
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
| Name | Type | Required | Description |
|---|---|---|---|
| filePath | string | Yes | Workspace-relative or absolute file path. |
Find files importing a module
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_file_dependents",
"arguments": {
"filePath": "src/api/client.ts"
}
}
}Returns direct file dependents and owning project context.