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.
- MCP tool name:
Delete_Memories - Data type: Memory data type
- Returns: Delete memories MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI (when memories are enabled)
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>"
}
}Related articles
- Delete memories MCP response: Review the response shape returned by this tool.
- Memory 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.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.