create_doc
Create a new document in Doccler by specifying a title and Markdown content. Optionally categorize it in a space or publish it right away.
Instructions
Create new documentation in Doccler. Use list_spaces first to see available spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | No | Space/category to organize the doc (e.g., "API", "Guides", "Setup"). Leave empty for uncategorized. | |
| title | Yes | Title of the documentation | |
| content | Yes | Content in Markdown format | |
| published | No | Whether to publish immediately |