You're viewing a demo portfolio

Join the waitlist
PRSM

summarize_memory

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Condense ALL entries in a namespace into a single markdown summary via local Llama 3.2 3B (free, no token cost). Optionally store the result as a new memory entry. Registered handle + secret required.

Parameters schema

{
  "type": "object",
  "required": [
    "handle"
  ],
  "properties": {
    "handle": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "store_as": {
      "type": "string",
      "description": "if set, stores the summary as a memory entry with this key"
    },
    "namespace": {
      "type": "string",
      "description": "namespace to summarize, or '*' for all (default '*')"
    }
  },
  "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 →