semantic_search
Search saved posts by meaning — finds posts related to your query even when they use different words. Best for conceptual queries like "posts about building side projects" or "career growth advice". Uses AI query expansion + embedding similarity + keyword matching + a precision relevance filter for high-accuracy results. When answering the user, hyperlink each post title to its Reddit permalink and add a 1-2 sentence summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 15, max: 100). Use higher limits (50-100) for broad or exhaustive queries. | |
| query | Yes | Natural language description of what you are looking for | |
| min_similarity | No | Minimum similarity score 0-1 (default: 0.20). Lower = broader results. |