GovTribe

GAO bid protest MCP response

MCP tool response payload returned when agents retrieve GovTribe GAO bid protest records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstring or nullGovTribe URL attribute
file_numberstringFile number attribute
namestringName attribute
protesterstringProtester attribute
case_typestring or nullCase type attribute
statusstring or nullStatus attribute
outcomestring or nullOutcome attribute
filed_datestring or nullFiled date attribute
due_datestring or nullDue date attribute
decision_datestring or nullDecision date attribute
available_datestring or nullAvailable date attribute
highlightsstring or nullHighlights attribute
decision_textstring or nullDecision text attribute
pdf_urlstring or nullPDF URL attribute
source_linksobject array or nullSource links attribute
procurement_identifiersobject array or nullProcurement identifiers attribute
federal_agencyrelationship objectFederal agency attribute
federal_meta_opportunity_idstring or nullFederal meta opportunity ID attribute
federal_meta_opportunityobject or nullFederal meta opportunity attribute

Relationship Returns

FieldReturns
federal_agencyFederal agency MCP response

Example

{
  "govtribe_id": "B-123456.1",
  "govtribe_type": "gao_bid_protest",
  "govtribe_url": null,
  "file_number": "B-123456.1",
  "name": "Example Systems, Inc.",
  "protester": "Example Systems, Inc.",
  "case_type": "Bid Protest",
  "status": "Case Closed",
  "outcome": "Denied",
  "filed_date": "2026-01-10T00:00:00Z",
  "due_date": "2026-02-10T00:00:00Z",
  "decision_date": "2026-03-12T00:00:00Z",
  "available_date": "2026-03-14T00:00:00Z",
  "highlights": "Example Systems protested the award of a federal contract.",
  "decision_text": "The protest is denied because the record does not show that the agency acted unreasonably.",
  "pdf_url": "https://www.gao.gov/assets/900/900000.pdf",
  "source_links": [
    {
      "url": "https://www.gao.gov/products/b-123456.1",
      "type": "gaoDecision",
      "title": "GAO decision"
    }
  ],
  "procurement_identifiers": [
    {
      "identifier": "FA0000-26-R-0001",
      "original": "FA0000-26-R-0001",
      "type": "solicitation_number"
    }
  ],
  "federal_agency": {
    "govtribe_id": "9700",
    "govtribe_type": "federal_agency",
    "govtribe_url": "https://govtribe.com/agency/federal-agency/9700",
    "name": "Department of Defense",
    "alternate_name": "DOD"
  },
  "federal_meta_opportunity_id": "FEDERAL_META_OPPORTUNITY_ID",
  "federal_meta_opportunity": {
    "govtribe_id": "FEDERAL_META_OPPORTUNITY_ID",
    "handle": "FEDERAL",
    "short_display_name": "Federal Opportunity Stack FEDERAL"
  }
}