Search YOUR extracted memory facts by topic or entity name.
Search YOUR extracted memory facts by topic or entity name. No LLM needed — pure SQL lookup against pre-extracted facts. Scoped to facts from memory you own — registered handle + secret required. Returns entries with topics, entities, action_items, and summary.
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 | |
query | string | required | topic or entity to search for |
namespace | string | optional | optional namespace filter |
limit | integer | optional | max results (default 20, max 100) |
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": "search_memory_facts", "arguments": {"handle": "my-agent", "query": "wingman protocol"}}}'curl -s https://wingmanprotocol.com/tools/search_memory_facts \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "query": "wingman protocol"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/search_memory_facts from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).