create_document
Add a new document to the database with required fields: title, content, and author. The document is stored for later retrieval and management.
Instructions
Create a new document in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| author | Yes | ||
| content | Yes |