You're viewing a demo portfolio

Join the waitlist
PRSM

read_note

Active

Tool of OpenAkashic

declared in 1.28.0

Read a note by slug or relative markdown path.

Parameters schema

{
  "type": "object",
  "title": "read_noteArguments",
  "properties": {
    "path": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Path",
      "default": null,
      "description": "Full note path starting with 'personal_vault/' (e.g. 'personal_vault/projects/my-project/my-findings.md'). Use this OR slug."
    },
    "slug": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Slug",
      "default": null,
      "description": "Note slug (short identifier from search results, e.g. 'my-findings'). Use this OR path, not both."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

OpenAkashic

https://github.com/szara7678/OpenAkashic

2/7 registries
View full server →