query_concept
Look up semantic concepts in codebases to find variants, related terms, naming conventions, function signatures, and file locations in one query.
Instructions
Semantic concept lookup — returns all variants (including abbreviations like trf for transform), related concepts, naming conventions, function signatures, and file locations in one call. Richer than grep: querying 'transform' also finds 'trf', 'spatial_transform', 'apply_transform', and related concepts like 'displacement'. Use when asked 'what is X', 'what does X mean', or 'where is X used'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | The concept term to look up (e.g. 'transform') | |
| max_related | No | Max related concepts to return (default: 10) | |
| max_occurrences | No | Max occurrence locations to return (default: 5) | |
| max_variants | No | Max variant identifiers to return (default: 20) | |
| max_signatures | No | Max function signatures to return (default: 5) |