get_context
Retrieve source files for a feature or route to understand real field names, API endpoints, and component structure before writing precise test steps.
Instructions
Retrieve the most relevant source files for a given feature or route. Returns actual source code (budget-capped) so you understand real field names, API endpoints, and component structure before writing test steps. Call this after scan_codebase when you want to write precise test scenarios for a specific feature — it eliminates guesswork about selectors and form fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | Feature name or route path to retrieve context for (e.g. "login", "checkout", "/dashboard"). | |
| max_files | No | Max source files to return (default 5, max 8). |