You're viewing a demo portfolio

Join the waitlist
PRSM

forget_memories

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
forget_memories — WingmanProtocol Agent Gateway — PRSM MCP