GovTribe

Delete memories MCP tool

Deletes a durable user memory when the user retracts it or it is no longer useful after locating the correct entry.

Examples

Delete a memory only after identifying the exact durable memory the user wants removed.

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>"
  }
}