query
Retrieve detailed information about a named entity, including signature, source code, members, and dependencies, to understand its role and connections in the codebase.
Instructions
Deep dive on a single entity. Returns signature, source code, members, resolved dependencies (imports/extends/implements), and reverse dependencies. Use after map to inspect a specific class, function, or method by name — no file path needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity name or qualified name (e.g., "UserService", "UserService.createUser") |