items-semantic_search
items-semantic_searchFind conceptually related cases and items using natural language queries, even when exact terms don't match. Uses semantic similarity to surface relevant results.
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.) |