forget_memories
ActiveTool of WingmanProtocol Agent Gateway
Delete memory entries matching filters. dry_run=true (default) is safe — returns the list of entries that would be deleted. Pinned entries are never forgotten. At least one filter required. Owner only — registered handle + secret required.
Parameters schema
{
"type": "object",
"required": [
"handle"
],
"properties": {
"handle": {
"type": "string"
},
"secret": {
"type": "string"
},
"dry_run": {
"type": "boolean",
"default": true,
"description": "if true, return candidates without deleting"
},
"namespace": {
"type": "string",
"description": "restrict to one namespace"
},
"older_than_days": {
"type": "integer",
"description": "delete entries last updated > N days ago"
},
"not_read_in_days": {
"type": "integer",
"description": "delete entries not read in N days"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries