elog_get_recent_entries
Retrieve the newest entries from a specified ELOG logbook, sorted newest first. Returns total count and entry excerpts for quick review.
Instructions
Fetch the newest entries of a logbook, newest first.
Args: logbook: Name of the logbook to read. count: Number of recent entries to return.
Returns {"total": int, "entries": [...]} with excerpts like elog_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| logbook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||