aidex_signatures
Extract method signatures and types from multiple code files simultaneously using glob patterns or file lists to explore codebase structure efficiently.
Instructions
Get signatures for multiple files at once using glob pattern or file list. Returns types and method prototypes. Use INSTEAD of reading multiple files when exploring codebase structure. Much more efficient than multiple Read calls.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| pattern | No | Glob pattern to match files (e.g., "src/Core/**/*.cs", "**/*.ts") | |
| files | No | Explicit list of relative file paths (alternative to pattern) |