Create Document
create_documentCreate a knowledge base article by providing a title, category, and markdown content, with optional tags for categorization.
Instructions
Creates a new knowledge base article in the mock document store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| title | Yes | Document title | |
| content | Yes | Document content (markdown) | |
| category | Yes | Document category |