GovTribe

Saved search MCP response

MCP tool response payload returned when agents retrieve GovTribe saved search records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
frequencystringFrequency attribute
qstringQuery attribute
filtersobjectFilters attribute
sortsarraySorts attribute
view_results_urlstringView results URL attribute
searches_govtribe_typestringSearches GovTribe type attribute
search_persistence_idstringSearch persistence ID attribute
last_sentstringLast sent attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
creatorrelationship objectCreator attribute

Relationship Returns

FieldReturns
ownerUser MCP response
creatorUser MCP response

Example

{
  "created_at": "2022-09-15T16:33:38Z",
  "creator": {
    "govtribe_id": "CREATOR_ID",
    "govtribe_type": "creator",
    "govtribe_url": "https://govtribe.com/creator/CREATOR_ID",
    "name": "Creator"
  },
  "filters": {
    "opportunity_types": [
      "Solicitation"
    ]
  },
  "frequency": "Daily",
  "govtribe_id": "SAVED_SEARCH_ID",
  "govtribe_type": "saved_search",
  "govtribe_url": "https://govtribe.com/saved-searches/SAVED_SEARCH_ID",
  "last_sent": "2026-01-20T14:00:00Z",
  "name": "Example Saved Search",
  "owner": {
    "govtribe_id": "USER_ID",
    "govtribe_type": "user",
    "name": "Record Owner"
  },
  "q": "cloud modernization",
  "search_persistence_id": "SEARCH_PERSISTENCE_ID",
  "searches_govtribe_type": "federal_contract_opportunity",
  "sorts": [
    {
      "key": "postedDate",
      "direction": "desc"
    }
  ],
  "updated_at": "2022-09-15T16:33:38Z",
  "view_results_url": "https://govtribe.com/searches/SEARCH_RESULTS_ID"
}