kura_search
Search KURA Notes using semantic queries to find relevant content based on meaning, with filtering by tags and content types.
Instructions
Perform semantic search across KURA Notes. Returns relevant notes based on the query with metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query for semantic search | |
| limit | No | Maximum number of results to return (default: 10) | |
| contentType | No | Filter by content type (e.g., 'text') | |
| tags | No | Comma-separated tags to filter by |