telos_audit
Retrieve audit chain entries for a specified time window. Returns up to 100 entries with count and capping indicator.
Instructions
Return audit chain entries within a time window.
Capped at 100 entries to keep MCP payloads bounded. For deeper queries,
use the telos://audit/{date} resource per-day.
Args: start_iso: ISO-8601 window start (e.g. "2026-04-25T00:00:00Z"). end_iso: ISO-8601 window end (must be later than start).
Returns: Dict with keys: entries (list, max 100), count, capped (bool), window {start, end}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_iso | Yes | ||
| start_iso | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||