Create Handbook Entry
handbook_create_entryCreate a new handbook entry with title, app, and active status. Optionally add markdown content, tags, and import ID.
Instructions
Create a new handbook entry.
Args:
title (string): Entry title
content (string, optional): Markdown content
active (boolean): Whether the entry is active
app (string): App identifier (e.g. 'szales', 'sethub')
tags (string[], optional): Tags
importId (string, optional): Import ID
Returns: The created HandbookEntry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The app associated with this entry (e.g. 'szales', 'sethub') | |
| tags | No | Tags for the entry, e.g. ['meeting', 'project'] | |
| title | Yes | Title of the handbook entry | |
| active | Yes | Whether the entry is active | |
| content | No | Content of the entry in markdown format | |
| importId | No | Optional import ID for entries imported from sethub language content |