Skip to main content
Glama

basic-memory

write_note

Create or update markdown notes with structured content, tags, and folders. Automatically generates a semantic summary for efficient knowledge management and organization.

Instructions

Create or update a markdown note. Returns a markdown formatted summary of the semantic content.

Input Schema

NameRequiredDescriptionDefault
contentYes
entity_typeNonote
folderYes
projectNo
tagsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "entity_type": { "default": "note", "title": "Entity Type", "type": "string" }, "folder": { "title": "Folder", "type": "string" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" }, "tags": { "default": null, "title": "Tags" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "content", "folder" ], "type": "object" }

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