basic-memory

read_note

Retrieve markdown notes by title or permalink to access stored knowledge. Use pagination options for organized content navigation within basic-memory's semantic graph system.

Instructions

Read a markdown note by title or permalink.

Input Schema

NameRequiredDescriptionDefault
identifierYes
pageNo
page_sizeNo

Input Schema (JSON Schema)

{ "properties": { "identifier": { "title": "Identifier", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" } }, "required": [ "identifier" ], "title": "read_noteArguments", "type": "object" }

You must be authenticated.

Other Tools from basic-memory

Related Tools

ID: o90kttu9ym