create_doc
Create new documents by providing a title, markdown text, and optional folder. Supports integration with DartQL for bulk creation.
Instructions
Create a new document with title, text (markdown supported), and optional folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title | |
| text | Yes | Document text content (markdown supported) | |
| folder | No | Folder dart_id or name (optional) |