Skip to main content
Glama

basic-memory

edit_note

Modify existing markdown notes by appending content, replacing text, or updating specific sections to maintain organized knowledge records.

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