Search OpenAkashic
search_notesSearch 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by note kind: 'capsule', 'claim', 'evidence', 'reference', 'playbook', etc. | |
| tags | No | Filter by tags — only notes containing ALL specified tags are returned. Example: ['python', 'benchmark'] | |
| limit | No | Max number of results to return (default 8) | |
| query | Yes | Search terms in plain language. Example: 'Python performance benchmark' | |
| include_related | No | When true, depth-1 neighbors of top results are returned as context_neighbors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||