Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
titleYesDocument title (required)
productNoProduct or area name. Use hermes_list_products for valid values.
summaryNoShort summary or abstract of the document
doc_typeYesDocument type abbreviation, e.g. 'RFC', 'PRD', 'FRD', 'ADR', 'Memo', 'PRFAQ'. Use hermes_list_document_types to see all available types.
contributorsNoList of contributor email addresses
product_abbreviationNoShort product abbreviation used as the doc number prefix, e.g. 'HVS', 'TF'. Falls back to 'TODO' if omitted.
Install Server

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the creation side effect, the WIP status, the returned ID, and the publishing path. This is strong behavioral context for a create operation, though it doesn't cover permissions or failure behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences with no filler. The most important facts—what it creates, what it returns, and the WIP/publish status—are front-loaded and clearly stated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple create tool with no output schema, the description fully covers the purpose, return value, and lifecycle status. An agent can invoke it correctly and understand what to do next with the returned ID.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter is already documented. The description adds no parameter-specific meaning beyond the schema, which is acceptable given the high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create a new document draft'), the target resource (Hermes), and distinguishes its output (new document ID) and lifecycle state (WIP until published). It is easy to tell apart from sibling update/review tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear lifecycle context: the draft is WIP and published later via hermes_request_review. This implies when to use the tool, though it does not explicitly mention alternatives like hermes_update_draft for editing or when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HarutuneDavisIBM/hermes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server