Skip to main content
Glama

basic-memory

edit_note

Modify markdown notes with operations like append, prepend, find/replace, or section updates. Integrates with Obsidian.md for persistent knowledge management in your local files.

Instructions

Edit an existing markdown note using various operations like append, prepend, find_replace, or replace_section.

Input Schema

NameRequiredDescriptionDefault
contentYes
expected_replacementsNo
find_textNo
identifierYes
operationYes
projectNo
sectionNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "expected_replacements": { "default": 1, "title": "Expected Replacements", "type": "integer" }, "find_text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Find Text" }, "identifier": { "title": "Identifier", "type": "string" }, "operation": { "title": "Operation", "type": "string" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" }, "section": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Section" } }, "required": [ "identifier", "operation", "content" ], "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