kibela_get_note_from_path
Retrieve content from a specific Kibela note by providing its path. Enables AI assistants to access and utilize stored information efficiently.
Instructions
Get note content by note path
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Note path (e.g. /notes/123) |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Note path (e.g. /notes/123)",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}