Bundle log and generation time
get_changelogInspect the knowledge base's changelog to see when data was ingested, determine currency, and cite a version. Use bundleGenerated for data versioning; get_stats tracks process restarts.
Instructions
The knowledge base's own log file, plus when the data was actually ingested. Use bundleGenerated to answer "how current is this" or to cite a version — the generated field on get_stats is when this server built its in-memory index and changes on every restart, which is a fact about the process rather than the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | Yes | ||
| url | Yes | ||
| note | No | ||
| licence | No | ||
| indexBuilt | Yes | ||
| okfVersion | No | ||
| bundleGenerated | No |