recall_public
Search the Purmemo community knowledge base of public memories to discover solutions and insights shared by other users.
Instructions
Search public memories shared by all Purmemo users. This is the community knowledge base.
WHEN TO USE:
User asks "what have other people saved about X?"
User wants to explore community knowledge
User asks to search public/shared memories
Looking for solutions others have found
DOES NOT COUNT AGAINST RECALL QUOTA — public knowledge is free.
FILTERS:
query: Semantic search query (uses vector similarity)
tag: Filter by tag
platform: Filter by source platform
sort: "recent" or "popular" (by recall count)
EXAMPLE: recall_public({ query: "MCP server testing best practices" })
RETURNS: List of public memories with author attribution, relevance scores, and recall counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for semantic search across public memories | |
| tag | No | Filter by tag | |
| platform | No | Filter by source platform (chatgpt, claude, gemini, etc.) | |
| sort | No | Sort order: recent (newest first) or popular (most recalled first) | |
| page | No | Page number (default 1) |