Condense ALL entries in a namespace into a single markdown summary via local Llama 3.2 3B (free, no token cost).
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.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
handle | string | required | |
secret | string | optional | |
namespace | string | optional | namespace to summarize, or '*' for all (default '*') |
store_as | string | optional | if set, stores the summary as a memory entry with this key |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "summarize_memory", "arguments": {"handle": "my-agent"}}}'curl -s https://wingmanprotocol.com/tools/summarize_memory \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/summarize_memory from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).