GovTribe

GSA labor rate MCP response

MCP tool response payload returned when agents retrieve GovTribe GSA labor-rate records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
labor_categorystringLabor category attribute
pricenumberPrice attribute
min_years_experiencenumberMinimum years experience attribute
contract_startstringContract start attribute
contract_endstringContract end attribute
worksitestringWorksite attribute
education_levelstringEducation level attribute
business_sizestringBusiness size attribute
security_clearancestringSecurity clearance attribute
sinstring arraySIN attribute
rate_yearnumberRate year attribute
rate_group_keystringRate group key attribute
vendorrelationship objectVendor attribute
federal_contract_idvrelationship objectFederal contract IDV attribute
federal_contract_vehiclerelationship objectFederal contract vehicle attribute
federal_contract_vehicle_subcategoriesrelationship object arrayFederal contract vehicle subcategories attribute

Relationship Returns

FieldReturns
vendorVendor MCP response
federal_contract_idvFederal contract IDV MCP response
federal_contract_vehicleFederal contract vehicle MCP response
federal_contract_vehicle_subcategoriesFederal contract vehicle subcategory MCP response array

Example

{
  "govtribe_id": "GSA_LABOR_RATE_ID",
  "govtribe_type": "gsa_labor_rate",
  "labor_category": "Program Manager",
  "price": 138.5,
  "min_years_experience": 8,
  "contract_start": "2026-01-01T00:00:00Z",
  "contract_end": "2026-12-31T00:00:00Z",
  "worksite": "Contractor",
  "education_level": "Bachelors",
  "business_size": "S",
  "security_clearance": "No",
  "sin": [
    "541611"
  ],
  "rate_year": 2026,
  "rate_group_key": "GS00F0001-PROGRAM-MANAGER",
  "vendor": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendors/example-vendor",
    "name": "Example Vendor LLC",
    "uei": "VENDORUEI1234"
  },
  "federal_contract_idv": {
    "govtribe_id": "FEDERAL_CONTRACT_IDV_ID",
    "govtribe_type": "federal_contract_idv",
    "govtribe_url": "https://govtribe.com/award/federal-idv-award/FEDERAL_CONTRACT_IDV_ID",
    "name": "Example MAS IDV",
    "contract_number": "GS00F0001",
    "award_date": "2024-01-01T00:00:00Z",
    "awardee": {
      "govtribe_id": "VENDOR_ID",
      "govtribe_type": "vendor",
      "name": "Example Vendor LLC"
    }
  },
  "federal_contract_vehicle": {
    "govtribe_id": "FSS-MAS",
    "govtribe_type": "federal_contract_vehicle",
    "govtribe_url": "https://govtribe.com/award/federal-vehicle/FSS-MAS",
    "name": "Multiple Award Schedule",
    "last_date_to_order": "2029-09-30T00:00:00Z"
  },
  "federal_contract_vehicle_subcategories": [
    {
      "govtribe_id": "FSS-MAS-541611",
      "govtribe_type": "federal_contract_vehicle_subcategory",
      "name": "Management and Financial Consulting, Acquisition and Grants Management Support, and Business Program and Project Management Services"
    }
  ]
}