list_events
Fetch ONE event by its ID. The only way to use this tool is to pass a known event_id (starts with "evt_" or "TE"). Listing / filtering by date, source, status, or has_* flags is NOT supported on this tool.
USE WHEN:
The user references a specific event ID (TE... or evt_...) — pass it as event_id.
DON'T USE for counts, totals, top-N rankings, trends, or any breakdown by source / event_name / day — use get_report instead. For an overall performance snapshot, use get_summary. If the user genuinely needs raw events, ask them to look one up in the Tracklution dashboard and provide its ID.
Returns a one-element events array (the same shape as before) so existing parsers keep working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Required. Fetch a specific event by ID (starts with "evt_" or "TE". "evt_" is the API identifier, "TE" prefixed ID is the one users see in the Tracklution dashboard). | |
| server_name | No | Server name (required when connected to multiple servers). | |
| container_id | Yes | Container ID (starts with "trc_") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes |