items-semantic_search
items-semantic_searchSearch cases and items with natural language to discover conceptually related results, even without exact term matches.
Instructions
Semantic search across cases and items using natural language. Unlike items-search which matches by name only, this finds conceptually related items even when exact terms don't match. Requires embeddings to be enabled (EMBEDDINGS_ENABLED=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_types | No | Filter by entity types: case, case_file_item. Default: all | |
| limit | No | Max results (default 20, max 50) | |
| min_similarity | No | Minimum cosine similarity threshold (0-1, default 0.3) | |
| query | Yes | Natural language query to search for semantically similar items | |
| type | No | Filter by item type (task, note, todo, bookmark, etc.) |