get_domain_context
Retrieve all source code symbols for a business domain, supporting parent/child notation. Use to explore code within domain boundaries and view related domains.
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") | |
| include_related | No | Include symbols from related domains (default false) | |
| token_budget | No | Token budget for source context (default 4000) |