Skip to main content
Glama

basic-memory

edit_note

Modify markdown notes by appending, prepending, replacing sections, or finding and replacing text. Integrates with Obsidian.md for efficient knowledge management in the Basic Memory system.

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" }
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