GovTribe

Service Contract Inventory MCP response

MCP tool response payload returned when agents retrieve GovTribe Service Contract Inventory records.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
fiscal_yearnumberFiscal year attribute
rolestringRole attribute
contract_numberstring or nullContract number attribute
piidstring or nullPIID attribute
idv_piidstring or nullIDV PIID attribute
descriptionstring or nullDescription attribute
place_of_performanceobject or nullPlace of performance attribute
date_signedstring or nullDate signed attribute
base_effective_datestring or nullBase effective date attribute
accepted_atstring or nullAccepted at attribute
hours_invoicednumber or nullHours invoiced attribute
ftesnumber or nullFTEs attribute
total_dollar_amount_invoicednumber or nullTotal dollar amount invoiced attribute
total_contractor_hours_invoicednumber or nullTotal contractor hours invoiced attribute
total_ftesnumber or nullTotal FTEs attribute
total_dollars_obligatednumber or nullTotal dollars obligated attribute
total_base_and_all_options_valuenumber or nullTotal base and all options value attribute
subcontractor_countnumber or nullSubcontractor count attribute
sub_hours_sharenumber or nullSubcontractor hours share attribute
derived_hourly_ratenumber or nullDerived hourly rate attribute
additional_reportingstring arrayAdditional reporting attribute
inherently_governmental_functionsstring arrayInherently governmental functions attribute
source_urlstring or nullSource URL attribute
source_filenamestring or nullSource filename attribute
source_publication_titlestring or nullSource publication title attribute
source_publication_fiscal_yearnumber or nullSource publication fiscal year attribute
source_locatorstring or nullSource locator attribute
vendorrelationship objectVendor attribute
federal_contract_awardrelationship objectFederal contract award attribute
federal_contract_idvrelationship objectFederal contract IDV attribute
psc_categoryrelationship objectPSC category attribute
naics_categoryrelationship objectNAICS category attribute
contracting_federal_agencyrelationship objectFederal agency attribute
funding_federal_agencyrelationship objectFederal agency attribute

Relationship Returns

FieldReturns
vendorVendor MCP response
federal_contract_awardFederal contract award MCP response
federal_contract_idvFederal contract IDV MCP response
psc_categoryPSC category MCP response
naics_categoryNAICS category MCP response
contracting_federal_agencyFederal agency MCP response
funding_federal_agencyFederal 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"
  }
}