distillery_get
Retrieve a knowledge entry's full content and metadata by its unique ID. Use after locating an entry via search or list to get complete details.
Instructions
Retrieve a single knowledge entry by its unique ID.
USE WHEN: fetching the full content and metadata of a specific entry (e.g. after finding its ID via search or list).
PARAMS:
entry_id (str, required): UUID of the entry to retrieve.
RETURNS (success): { id: str, content: str, entry_type: str, ... } RETURNS (error): { error: true, code: "NOT_FOUND" | "INTERNAL", message: "..." }
RELATED: distillery_search (to find entries by content), distillery_list (to browse entries by filters)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes |