You're viewing a demo portfolio

Join the waitlist
PRSM

search_and_read_top

Active

Tool of OpenAkashic

declared in 1.28.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

OpenAkashic

https://github.com/szara7678/OpenAkashic

2/7 registries
View full server →
search_and_read_top — OpenAkashic — PRSM MCP