Company Government Relationships
Show prime/subcontractor relationships for a company from federal subaward data on USAspending.gov.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
companyDomain | string | Yes | - | The company domain to look up (e.g., "boozallen.com"). |
minSubawardValue | number | No | - | Minimum subaward value filter in USD. |
Required Integrations
datagov(SAM.gov / Data.gov API key)
How It Works
- Resolves the company via SAM.gov entity registration (by domain)
- Searches USAspending.gov subaward records for the company
- Identifies relationships both as a prime contractor (who they subcontract to) and as a subcontractor (who hires them)
- Aggregates by partner with contract counts and total values
Use Cases
- Identifying teaming partners for government proposals
- Understanding prime/sub relationships in government contracting
- Competitive intelligence on government deal structures
- Mapping the ecosystem around a government contractor
Example Usage
Basic relationship lookup
{
"tool": "company_gov_relationships",
"parameters": {
"companyDomain": "boozallen.com"
}
}
Response Format
The tool returns a structured JSON response with:
companyName,companyDomainsamEntity: SAM.gov registration data (uei,cageCode,legalBusinessName)asSubcontractor: Relationships where the company is a sub, withtotalValue,totalValueFormatted, andprimeContractorsarrayasPrimeContractor: Relationships where the company is the prime, withtotalValue,totalValueFormatted, andsubcontractorsarray
Each partner includes partnerName, contractCount, totalValue, agencies, and recentContract details.
Error Handling
Common errors:
- Missing Integration: SAM.gov / Data.gov API key not configured (requires
datagovintegration) - Company Not Found: Domain not found in SAM.gov entity registry
- Rate Limit: API rate limit exceeded
Related Tools
company_gov_opportunities- Find open opportunities for a companysearch_federal_contracts- Search past contract awardssearch_gov_opportunities- Search open solicitationscompany_contracts- ICT outsourced contracts