read_note
ActiveTool 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."
}
}
}Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries