Service Contract Inventory MCP response
MCP tool response payload returned when agents retrieve GovTribe Service Contract Inventory records.
- Data type: Service Contract Inventory record data type
- Returned by: Search Service Contract Inventory MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
fiscal_year | number | Fiscal year attribute |
role | string | Role attribute |
contract_number | string or null | Contract number attribute |
piid | string or null | PIID attribute |
idv_piid | string or null | IDV PIID attribute |
description | string or null | Description attribute |
place_of_performance | object or null | Place of performance attribute |
date_signed | string or null | Date signed attribute |
base_effective_date | string or null | Base effective date attribute |
accepted_at | string or null | Accepted at attribute |
hours_invoiced | number or null | Hours invoiced attribute |
ftes | number or null | FTEs attribute |
total_dollar_amount_invoiced | number or null | Total dollar amount invoiced attribute |
total_contractor_hours_invoiced | number or null | Total contractor hours invoiced attribute |
total_ftes | number or null | Total FTEs attribute |
total_dollars_obligated | number or null | Total dollars obligated attribute |
total_base_and_all_options_value | number or null | Total base and all options value attribute |
subcontractor_count | number or null | Subcontractor count attribute |
sub_hours_share | number or null | Subcontractor hours share attribute |
derived_hourly_rate | number or null | Derived hourly rate attribute |
additional_reporting | string array | Additional reporting attribute |
inherently_governmental_functions | string array | Inherently governmental functions attribute |
source_url | string or null | Source URL attribute |
source_filename | string or null | Source filename attribute |
source_publication_title | string or null | Source publication title attribute |
source_publication_fiscal_year | number or null | Source publication fiscal year attribute |
source_locator | string or null | Source locator attribute |
vendor | relationship object | Vendor attribute |
federal_contract_award | relationship object | Federal contract award attribute |
federal_contract_idv | relationship object | Federal contract IDV attribute |
psc_category | relationship object | PSC category attribute |
naics_category | relationship object | NAICS category attribute |
contracting_federal_agency | relationship object | Federal agency attribute |
funding_federal_agency | relationship object | Federal agency attribute |
Relationship Returns
| Field | Returns |
|---|---|
vendor | Vendor MCP response |
federal_contract_award | Federal contract award MCP response |
federal_contract_idv | Federal contract IDV MCP response |
psc_category | PSC category MCP response |
naics_category | NAICS category MCP response |
contracting_federal_agency | Federal agency MCP response |
funding_federal_agency | Federal agency MCP response |
Example
{
"govtribe_id": "SCI_RECORD_ID",
"govtribe_type": "service_contract_inventory_record",
"fiscal_year": 2024,
"role": "prime",
"contract_number": "N0017824F0001",
"piid": "N0017824F0001",
"idv_piid": "N0017820D1234",
"description": "HELP DESK AND NETWORK OPERATIONS SUPPORT",
"place_of_performance": {
"city": "Arlington",
"state": "VA",
"country": "USA"
},
"date_signed": "2024-01-15T00:00:00Z",
"base_effective_date": "2024-02-01T00:00:00Z",
"accepted_at": "2024-02-02T18:30:00Z",
"hours_invoiced": 12000,
"ftes": 5.77,
"total_dollar_amount_invoiced": 1850000,
"total_contractor_hours_invoiced": 12000,
"total_ftes": 5.77,
"total_dollars_obligated": 1900000,
"total_base_and_all_options_value": 2400000,
"subcontractor_count": 0,
"sub_hours_share": 0,
"derived_hourly_rate": 154.17,
"additional_reporting": [
"service_contract_inventory"
],
"inherently_governmental_functions": [],
"source_url": "https://www.acquisition.gov/content/service-contract-inventory",
"source_filename": "FY2024_Service_Contract_Inventory.csv",
"source_publication_title": "FY 2024 Service Contract Inventory",
"source_publication_fiscal_year": 2024,
"source_locator": "FY2024/agency/service-contract-inventory.csv",
"vendor": {
"govtribe_id": "VENDOR_ID",
"govtribe_type": "vendor",
"name": "Example Vendor LLC",
"uei": "VENDORUEI1234"
},
"contracting_federal_agency": {
"govtribe_id": "FEDERAL_AGENCY_ID",
"govtribe_type": "federal_agency",
"name": "Example Contracting Agency"
},
"funding_federal_agency": {
"govtribe_id": "FEDERAL_AGENCY_ID",
"govtribe_type": "federal_agency",
"name": "Example Funding Agency"
}
}