get_domain_context
Get all source code symbols for a business domain using hierarchical notation like 'payments/refunds'. Optionally include symbols from related domains for broader context.
Instructions
Get all code related to a specific business domain. Supports "parent/child" notation (e.g. "payments/refunds"). Use to explore code within a domain boundary. For the full domain taxonomy use get_domain_map instead. Read-only. Returns JSON: { domain, symbols: [{ symbol_id, name, file, source }], relatedDomains }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name (e.g. "payments" or "payments/refunds") | |
| token_budget | No | Token budget for source context (default 4000) | |
| include_related | No | Include symbols from related domains (default false) |