hedgedoc_create
Create a HedgeDoc note by providing a title and markdown content. Receive the note ID and URL for immediate access and sharing.
Instructions
Create a new HedgeDoc note with a random ID.
title: The title of the note (will be added as level-1 heading)
content: The markdown body content Returns the note ID and URL. Note: HedgeDoc 1.x does not use API tokens. This tool works anonymously if the instance allows it (CMD_ALLOW_ANONYMOUS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |