GovTribe

Delete memories MCP tool

Deletes an owned durable user memory when the user retracts it or it is no longer useful after locating the correct entry, including user-saved, lifecycle-managed, and inferred memories.

Examples

Delete a memory only after identifying the exact durable memory the user wants removed. This tool can delete owned user-saved memories as well as lifecycle-managed or inferred memories that appear in memory search results. If the user wants GovTribe AI to avoid mentioning a topic in the future, update or create an avoidance memory instead of only deleting the old memory.

Delete a confirmed memory about notification cadence

{
  "tool": "Search_Memories",
  "arguments": {
    "query": "saved search notification cadence",
    "search_mode": "keyword",
    "size": 5
  }
}
{
  "tool": "Delete_Memories",
  "arguments": {
    "memory_id": "<memory_govtribe_id>"
  }
}