arcana_find
Embed a natural language query and find semantically similar chunks across your project knowledge. Optionally restrict to a URI prefix.
Instructions
Semantic search — embed query, cosine similarity against all chunks.
Args:
query: Natural language search query.
target_uri: Scope search to a specific arcana:// URI prefix (optional).
limit: Max number of results (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| target_uri | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |