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_results_idstringSearch results ID attribute
last_sentstringLast sent attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
creatorrelationship objectCreator attribute

frequency describes saved-search email only. It does not report or update the independent polling frequency owned by an automation trigger that uses the saved search.

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/opportunity/federal-contract-opportunity?savedSearchId=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_results_id": "SEARCH_RESULTS_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/opportunity/federal-contract-opportunity?savedSearchId=SAVED_SEARCH_ID"
}