Skip to main content
Glama

basic-memory

view_note

Retrieve and format notes stored in Markdown files for enhanced readability. Specify identifier, page, page size, and project to access structured artifacts efficiently.

Instructions

View a note as a formatted artifact for better readability.

Input Schema

NameRequiredDescriptionDefault
identifierYes
pageNo
page_sizeNo
projectNo

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" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "required": [ "identifier" ], "type": "object" }
Install Server

Other Tools from basic-memory

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/basicmachines-co/basic-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server