Update saved search MCP tool
Update a GovTribe saved search.
- MCP tool name:
Update_Saved_Search - Data type: Saved search data type
- Returns: Saved search MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
Examples
Resolve the saved search before changing its name or notification cadence.
Change a saved search to instant alerts
{
"tool": "Search_Saved_Searches",
"arguments": {
"query": "Cybersecurity operations opportunities",
"fields_to_return": [
"govtribe_id",
"name",
"frequency",
"search_persistence_id"
]
}
}{
"tool": "Update_Saved_Search",
"arguments": {
"saved_search_id": "<saved_search_govtribe_id>",
"name": "Cybersecurity operations recompetes",
"frequency": "Instant"
}
}Related articles
- Saved search MCP response: Review the response shape returned by this tool.
- Saved search data type: Understand the shared record fields and relationships used by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.