scrutica_get_company
Fetch complete details for a single organization (company, government entity, holding company) by canonical Scrutica ID. Returns: legal name, country of HQ, organization type, parent / subsidiary references, supply-chain edge counts. Use scrutica_query_export_controls for BIS designation details. Use scrutica_get_supply_chain for full edge graphs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for company_id. | |
| org_id | No | Alias for company_id. | |
| entity_id | No | Alias for company_id. | |
| company_id | No | REQUIRED. Canonical Scrutica organization ID. Format: 'org-<slug>' (e.g. 'org-nvidia', 'org-tsmc', 'org-huawei'). Resolve via scrutica_search first — do NOT guess slugs. Optional in the schema only so the aliases below can stand in; supply exactly one of these. | |
| organization_id | No | Alias for company_id. |