search_thoughts
Find thoughts semantically matching your query, with optional filters for stream, category, classification, or date range.
Instructions
Search your thoughts using semantic similarity combined with structured filters. Finds thoughts that match the meaning of your query, optionally filtered by stream, category, classification, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search for semantically | |
| limit | No | Maximum results (default: 50, max: 50) | |
| stream | No | Filter by stream name (case-insensitive) | |
| category | No | Filter by category name (e.g., "Technology"). Case-insensitive. | |
| min_score | No | Minimum similarity score 0-1 (default: 0.5) | |
| stream_id | No | Filter by stream ID | |
| category_id | No | Filter by category ID | |
| created_after | No | Filter thoughts created after this date (ISO 8601) | |
| classification | No | Filter by classification name (e.g., "task", "idea"). Case-insensitive. | |
| created_before | No | Filter thoughts created before this date (ISO 8601) | |
| classification_id | No | Filter by classification ID |