create_document
Create a markdown document with title, content, and optional tags so AI assistants can store and organize documents in mcpserve-py.
Instructions
Create a new markdown document with optional tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for categorization | |
| title | Yes | Document title | |
| content | Yes | Markdown content |