Create doc
memory_create_docCreate persistent technical documents such as specs, runbooks, ADRs, or RFCs. Input a title and markdown content to store and retrieve knowledge across conversations.
Instructions
Create a durable doc (spec, runbook, ADR, RFC, etc.). Same handler as memory(action="create_doc").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Input parameter: tags. | |
| title | Yes | Doc title | |
| content | Yes | Doc body (markdown) | |
| doc_type | No | Doc type (spec, runbook, adr, rfc, general, ...) | |
| metadata | No | Input parameter: metadata. | |
| project_id | No | Project ID (UUID). | |
| is_personal | No | Input parameter: is personal. | |
| workspace_id | No | Workspace ID (UUID). |