notes_add
notes_add
Write a note under a title, so it is there next conversation. Writing a title that exists rewrites that note
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Notes — What you wrote down, and what an agent wrote down for you.
Arguments
| Name | Type | What it is |
|---|---|---|
title* | string | What the note is called, e.g. "location" or "project brief". Writing a title that exists rewrites that note |
text* | string | What the note says |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"text":"text","title":"title"},"name":"notes_add"}}Try it in the playground.


