query_by_intent
Map a business question to domain taxonomy to identify domain ownership and relevance scores for codebase functionality.
Instructions
Map a business question to domain taxonomy → returns domain ownership and relevance scores (no source code). Use when you need to know WHICH DOMAIN owns specific functionality. For actual source code use get_feature_context instead. Read-only. Returns JSON: { symbols: [{ symbol_id, domain, relevance }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Business-level question about the codebase | |
| limit | No | Max symbols to return (default 15) |