Skip to main content
Glama

basic-memory

write_note

Create or update markdown notes with structured content. Store notes in specified folders, add tags, and generate semantic summaries. Integrates with Obsidian.md for personal knowledge management.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
contentYes
folderYes
tagsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "folder": { "title": "Folder", "type": "string" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "content", "folder" ], "title": "write_noteArguments", "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