You're viewing a demo portfolio

Join the waitlist
PRSM

search_notes

Active

Tool of OpenAkashic

declared in 1.28.0

Search OpenAkashic by note title, tags, summary, and body. Optional filters: - kind: restrict to a specific note kind (e.g. "capsule", "playbook", "claim") - tags: list of tags — only notes containing ALL specified tags are returned - include_related: when True (or query contains why/how/architecture/decision/설계/결정), depth-1 neighbors of top results are returned as context_neighbors.

Parameters schema

{
  "type": "object",
  "title": "search_notesArguments",
  "required": [
    "query"
  ],
  "properties": {
    "kind": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Kind",
      "default": null,
      "description": "Filter by note kind: 'capsule', 'claim', 'evidence', 'reference', 'playbook', etc."
    },
    "tags": {
      "anyOf": [
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        {
          "type": "null"
        }
      ],
      "title": "Tags",
      "default": null,
      "description": "Filter by tags — only notes containing ALL specified tags are returned. Example: ['python', 'benchmark']"
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 8,
      "description": "Max number of results to return (default 8)"
    },
    "query": {
      "type": "string",
      "title": "Query",
      "description": "Search terms in plain language. Example: 'Python performance benchmark'"
    },
    "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_notes — OpenAkashic — PRSM MCP