Delete saved search MCP tool
Delete a GovTribe saved search.
- MCP tool name:
Delete_Saved_Search - Data type: Saved search data type
- Returns: Delete saved search MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
Examples
Delete a saved search only after locating the exact saved-search record.
Delete a confirmed saved search
{
"tool": "Search_Saved_Searches",
"arguments": {
"query": "Cybersecurity operations opportunities",
"fields_to_return": [
"govtribe_id",
"name",
"frequency",
"search_persistence_id"
]
}
}{
"tool": "Delete_Saved_Search",
"arguments": {
"saved_search_id": "<saved_search_govtribe_id>"
}
}Related articles
- Delete 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.