Skip to content

MCP tools: notes

Read and write atbridge Notes — a local, private markdown store — over MCP. Pull a prior artifact in as context, or save a result back. write tools need ATBRIDGE_ALLOW_WRITES=1 — see the MCP overview.

ToolAccessPurposeKey parameters
notes_listreadList saved atbridge Notes (local markdown), newest first
notes_getreadRead one note (with body) by id or title — pull a prior artifact in as contextidentifier
notes_savewriteSave a markdown note to the local atbridge Notes store. Returns lean metadata; pass echo:true for the bodytitle, body, source, tags, folder, echo
notes_updatewriteEdit a saved note in place (keeps its id + created date). Returns lean metadata; pass echo:true for the bodyid, title, body, tags, echo
notes_appendwriteAppend markdown to the END of a note without resending its existing body — the cheap way to keep a running log (journal, feedback log, meeting notes)id, body, echo
notes_movewriteMove or rename a saved note within the store (organize into folders)id, dest
notes_deletewriteDelete a saved noteid

Was this page helpful?