list_concepts
Extract and rank key domain concepts from codebases to understand project vocabulary and semantic structure, enabling efficient navigation of unfamiliar code.
Instructions
List the project's domain vocabulary ranked by importance — a semantic overview of what this codebase is about that reading individual files cannot provide. Returns concept names as a ranked list. Use query_concept or locate_concept to drill into any result. Use when asked 'what is this project about', 'what are the main concepts', or when orienting in an unfamiliar codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Maximum number of concepts to return |