create_document
Create a new document with markdown content and optional frontmatter metadata. Specify title, content, document type, and project ID to organize requirements, designs, technical specs, meeting notes, or other documents.
Instructions
Create a new document with markdown content and optional frontmatter metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the document | |
| content | Yes | The markdown content of the document (can include YAML frontmatter) | |
| metadata | No | Additional metadata for the document | |
| project_id | Yes | Project ID to associate the document with (required) | |
| document_type | Yes | The type of document being created |