docs_write
docs_write
Write a document — a title and a markdown body. Pass an id to replace one you already have. Private unless you set public. For something long enough to re-read; for a short thing to remember, use notes
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Docs — Your own documents — write, keep and come back to them.
Arguments
| Name | Type | What it is |
|---|---|---|
title* | string | The document's title |
content* | string | The document's body, as markdown |
id | string | Existing document id to replace. Omit to create a new one |
public | boolean | Readable by anyone when true. Private by default |
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":{"content":"content","title":"title"},"name":"docs_write"}}Try it in the playground.


