get_entity_dossier
Retrieve a comprehensive dossier for any space entity: regulatory filings, SEC signals, sanctions hits, and asset counts. Optionally aggregate across corporate family and subsidiaries.
Instructions
Get a cross-source dossier for an entity (by UUID): regulatory filings, SEC financial signals, sanctions/export-control screening hits, and asset footprint (satellites, ground stations, federal awards, surety bonds) — counts plus recent samples in one call. The most complete single view of an operator. Set include_family=true to roll the totals up across the entity's corporate family.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity UUID | |
| include_family | No | Roll the dossier up across the entity's corporate family (same legal entity grouped by shared CIK/FRN or matching name). Default false. | |
| family_confidence | No | Family grouping strictness when include_family=true: 'high' (default; exact name / shared identifier) or 'medium' (also groups normalized-name matches like 'AT&T INC.' with 'AT&T Corp.'). | |
| include_subsidiaries | No | Also roll up the entity's direct subsidiaries (from authoritative SEC Exhibit-21 / GCAT parent links). Default false. |