GovTribe

Line item MCP response

MCP tool response payload returned when agents retrieve GovTribe line item records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
descriptionstringDescription attribute
quantitynumberQuantity attribute
unit_of_measurestringUnit of measure attribute
unit_pricenumberUnit price attribute
updated_atstringUpdated at attribute
subtypesobjectSubtypes attribute
staterelationship objectState attribute
state_local_contract_awardrelationship objectState and local contract award attribute
state_local_contract_idvrelationship objectState and local contract IDV attribute
state_local_contract_vehiclerelationship objectState and local contract vehicle attribute
nigp_categoryrelationship objectNIGP category attribute
unspsc_categoryrelationship objectUNSPSC category attribute

Relationship Returns

Example

{
  "govtribe_id": "LINE_ITEM_ID",
  "govtribe_type": "line_item",
  "name": "Portable radio equipment, handheld",
  "description": "Portable radio equipment, handheld, includes charger and battery.",
  "quantity": 25,
  "unit_of_measure": "EA",
  "unit_price": 482.5,
  "updated_at": "2026-02-12T15:42:31Z",
  "subtypes": {
    "item": [
      "Equipment"
    ]
  },
  "state": {
    "govtribe_id": "STATE_ID",
    "govtribe_type": "state",
    "govtribe_url": "https://govtribe.com/state/STATE_ID",
    "name": "Texas",
    "usps_code": "TX"
  },
  "state_local_contract_award": {
    "govtribe_id": "STATE_LOCAL_CONTRACT_AWARD_ID",
    "govtribe_type": "state_local_contract_award",
    "govtribe_url": "https://govtribe.com/award/state-local-contract-award/STATE_LOCAL_CONTRACT_AWARD_ID",
    "name": "Two-way radio equipment",
    "contract_number": "TX-2026-0001",
    "award_date": "2026-01-15T00:00:00Z",
    "awardee_name": "Example Vendor LLC"
  },
  "state_local_contract_idv": {
    "govtribe_id": "STATE_LOCAL_CONTRACT_IDV_ID",
    "govtribe_type": "state_local_contract_idv",
    "govtribe_url": "https://govtribe.com/award/state-local-contract-idv/STATE_LOCAL_CONTRACT_IDV_ID",
    "name": "Public safety communications equipment",
    "contract_number": "TX-IDV-2026-01",
    "award_date": "2026-01-01T00:00:00Z",
    "awardee_name": "Example Vendor LLC"
  },
  "state_local_contract_vehicle": {
    "govtribe_id": "STATE_LOCAL_CONTRACT_VEHICLE_ID",
    "govtribe_type": "state_local_contract_vehicle",
    "govtribe_url": "https://govtribe.com/award/state-local-contract-vehicle/STATE_LOCAL_CONTRACT_VEHICLE_ID",
    "name": "Public safety communications vehicle",
    "contracting_organization": "Example Procurement Office"
  },
  "nigp_category": {
    "govtribe_id": "NIGP_CATEGORY_ID",
    "govtribe_type": "nigp_category",
    "govtribe_url": "https://govtribe.com/category/nigp/NIGP_CATEGORY_ID",
    "name": "Radio Communication Equipment",
    "code": "726"
  },
  "unspsc_category": {
    "govtribe_id": "UNSPSC_CATEGORY_ID",
    "govtribe_type": "unspsc_category",
    "govtribe_url": "https://govtribe.com/category/unspsc/UNSPSC_CATEGORY_ID",
    "name": "Radio communication equipment",
    "code": "43191500"
  }
}