Saved search MCP response
MCP tool response payload returned when agents retrieve GovTribe saved search records through MCP tools.
{
"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_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/opportunity/federal-contract-opportunity?savedSearchId=SAVED_SEARCH_ID"
}