coherra_recall
Retrieve a stored Coherra entity by category and name, returning the complete structured body (value, confidence, source, created_at, updated_at, version) or a not-found error.
Instructions
Fetch a single Coherra entity by (category, name).
Returns the full entity including the structured Coherra body (value, confidence, source, created_at, updated_at, version). Raises a NOT_FOUND error if the entity does not exist.
Args: category: The category the entity was stored under. name: The unique-within-category key.
Returns: {"ok": True, "category": ..., "name": ..., "body": {...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||