query_by_intent
Map business questions to domain taxonomy to identify which domain owns specific functionality, returning ownership and relevance scores without source code.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Business-level question about the codebase | |
| limit | No | Max symbols to return (default 15) |