search_and_read_top
ActiveTool of OpenAkashic
One-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.
Parameters schema
{
"type": "object",
"title": "search_and_read_topArguments",
"required": [
"query"
],
"properties": {
"kind": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Kind",
"default": null,
"description": "Filter by note kind: 'capsule', 'claim', 'evidence', etc."
},
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Tags",
"default": null,
"description": "Filter by tags — all specified tags must be present"
},
"query": {
"type": "string",
"title": "Query",
"description": "Search terms in plain language. Returns the top matching note's full body in one call."
},
"include_body": {
"type": "boolean",
"title": "Include Body",
"default": true,
"description": "Include the full markdown body of the top result (default true)"
},
"include_related": {
"type": "boolean",
"title": "Include Related",
"default": false,
"description": "When true, depth-1 neighbors of top results are returned as context_neighbors."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries