kibela_get_note_from_path
Retrieve the full content of a Kibela note by providing its URL. Optionally include embedded image data as data URLs.
Instructions
Get note content by its URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Note path (e.g. 'https://${process.env.KIBELA_TEAM}.kibe.la/notes/5154') | |
| include_image_data | No | Whether to include image data URLs in the response |