Skip to main content
Glama

basic-memory

delete_note

Remove a note by specifying its title or permalink in Basic Memory, a knowledge management system integrating with Obsidian.md for persistent, user-controlled semantic graph storage.

Instructions

Delete a note by title or permalink

Input Schema

NameRequiredDescriptionDefault
identifierYes
projectNo

Input Schema (JSON Schema)

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