Skip to content

MCP tools: notes

Read and write @bridge 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 @bridge 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 @bridge Notes storetitle, body, source, tags, folder
notes_updatewriteEdit a saved note in place (keeps its id + created date)id, title, body, tags
notes_movewriteMove or rename a saved note within the store (organize into folders)id, dest
notes_deletewriteDelete a saved noteid

Was this page helpful?