hermes_create_draft
Create a new document draft in Hermes and get its ID to use with other tools. Draft is WIP until you request review.
Instructions
Create a new document draft in Hermes. Returns the new document's ID which can be used with other tools. The draft will have WIP (work-in-progress) status until published via hermes_request_review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title (required) | |
| product | No | Product or area name. Use hermes_list_products for valid values. | |
| summary | No | Short summary or abstract of the document | |
| doc_type | Yes | Document type abbreviation, e.g. 'RFC', 'PRD', 'FRD', 'ADR', 'Memo', 'PRFAQ'. Use hermes_list_document_types to see all available types. | |
| contributors | No | List of contributor email addresses | |
| product_abbreviation | No | Short product abbreviation used as the doc number prefix, e.g. 'HVS', 'TF'. Falls back to 'TODO' if omitted. |