Tribal: Get Knowledge Item by ID
tribal_get_itemRetrieve full knowledge items by their IDs. Use when you have a specific item ID and need the complete content.
Instructions
Retrieve one or more knowledge items by their IDs. Use this when you have a specific item ID (from a standing field, a previous session, or a cross-reference) and need the full item.
For semantic search, use tribal_discover. For relationship traversal, use tribal_explore. This tool is for direct lookup when you already know what you want.
The response is keyed by item ID. Missing or unknown IDs map to null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_references | No | Return references attached to each item. | |
| include_standing | No | Compute and return standing (evidential profile) for each item. | |
| item_ids | Yes | One or more knowledge item IDs to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Map from requested item ID to result. Keys are the ki_-prefixed IDs from the request. Value is the item with optional standing/references, or null if the ID was not found. |