GovTribe

Update memories MCP tool

Updates an existing durable user memory after locating the correct entry; prefer updating canonical memories over creating duplicates.

Examples

Update the canonical memory instead of creating a duplicate when the user changes a durable preference.

Update an existing memory about saved-search cadence

{
  "tool": "Search_Memories",
  "arguments": {
    "query": "saved search notification cadence",
    "search_mode": "keyword",
    "size": 5
  }
}
{
  "tool": "Update_Memories",
  "arguments": {
    "memory_id": "<memory_govtribe_id>",
    "memory": "The user prefers weekly saved-search notification examples by default, but uses instant notifications for time-sensitive recompetes."
  }
}