Write docs
docs_writeWrite 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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Existing document id to replace. Omit to create a new one | |
| title | Yes | The document's title | |
| public | No | Readable by anyone when true. Private by default | |
| content | Yes | The document's body, as markdown |