notes_get
notes_get
Read one note by title. Use it when you know the title; notes_list when you do not
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 | The note's title, as given to notes_add |
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":{"title":"title"},"name":"notes_get"}}Try it in the playground.


