Skip to main content
Glama

basic-memory

move_note

Relocate a note to a specified path, ensuring database updates and preserving all internal links. Part of the Basic Memory system for organized, persistent knowledge management.

Instructions

Move a note to a new location, updating database and maintaining links.

Input Schema

NameRequiredDescriptionDefault
destination_pathYes
identifierYes
projectNo

Input Schema (JSON Schema)

{ "properties": { "destination_path": { "title": "Destination Path", "type": "string" }, "identifier": { "title": "Identifier", "type": "string" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "required": [ "identifier", "destination_path" ], "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