Get Handbook Entry
handbook_get_entryRetrieve a single handbook entry by its ID and get the complete content in markdown format.
Instructions
Retrieve a single handbook entry by its ID, including full content in markdown.
Args:
id (string): The MongoDB ObjectId of the entry
Returns: Full HandbookEntry object with content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the handbook entry to retrieve |