get_guided_tour
Creates a topic-based guided tour of a code repository, returning an ordered list of file stops with explanations. Supports architecture, data flow, testing, and custom queries.
Instructions
Generate a guided tour of a codebase organized by topic. Returns an ordered list of file stops with explanations. Topics: architecture, data_flow, request_handling, testing, or custom:. No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository | |
| topic | No | Tour topic (default: architecture) | |
| max_stops | No | Maximum stops (default: 10, max: 30) | |
| enrich | No | Use LLM for richer explanations (default: false) |