get_domain_map
Retrieve a hierarchical map of business domains with key symbols per domain. Automatically builds domain taxonomy on first call to clarify domain boundaries.
Instructions
Get hierarchical map of business domains with key symbols per domain. Auto-builds domain taxonomy on first call using heuristic classification. Use to understand business domain boundaries. For specific domain code use get_domain_context instead. Read-only. Returns JSON: { domains: [{ name, children, symbols }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max taxonomy depth (default 3) | |
| include_symbols | No | Include top symbols per domain (default true) | |
| symbols_per_domain | No | Max symbols per domain (default 5) |