find_similar_posts
Find posts semantically similar to a reference post or a topic description. Use when asked "what else like this?", "find related posts", "show similar".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of similar posts to return (default: 8, max: 20) | |
| query | No | Topic or description to find similar posts for when no specific post_id is known | |
| post_id | No | ID of the reference post to find similar posts for |