getImportedSignatures
Resolve type signatures of imported symbols in a file to understand functions before calling them.
Instructions
Resolve imported symbols → type signatures. Use before calling unfamiliar functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute file path | |
| maxImports | No | Maximum imports to resolve (default 15, max 20) |