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.
| Tool | Access | Purpose | Key parameters |
|---|---|---|---|
notes_list | read | List saved @bridge Notes (local markdown), newest first | — |
notes_get | read | Read one note (with body) by id or title — pull a prior artifact in as context | identifier |
notes_save | write | Save a markdown note to the local @bridge Notes store | title, body, source, tags, folder |
notes_update | write | Edit a saved note in place (keeps its id + created date) | id, title, body, tags |
notes_move | write | Move or rename a saved note within the store (organize into folders) | id, dest |
notes_delete | write | Delete a saved note | id |
Was this page helpful?
Thanks for the feedback!