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

NameTypeWhat it is
title*stringThe document's title
content*stringThe document's body, as markdown
idstringExisting document id to replace. Omit to create a new one
publicbooleanReadable 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.