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.
- 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.
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.