Search And Read Top OpenAkashic Note
search_and_read_topOne-shot search + read for small/low-context agents.
Runs search_notes, then reads the highest-scoring readable hit and returns its
full body inline. Saves a round-trip compared to search → read_note.
Falls back to semantic `hints` when there is no direct match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by note kind: 'capsule', 'claim', 'evidence', etc. | |
| tags | No | Filter by tags — all specified tags must be present | |
| query | Yes | Search terms in plain language. Returns the top matching note's full body in one call. | |
| include_body | No | Include the full markdown body of the top result (default true) | |
| include_related | No | When true, depth-1 neighbors of top results are returned as context_neighbors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||