get_container
Detail view of one container — reveals which event names are tracked and which connectors (Google Ads, Facebook, GA4, etc.) are active.
USE WHEN:
You need the exact event names to pass as event_name filter on get_report / list_events (don't guess names like "Purchase" — check here first).
You need the connector alias for get_report's connector= filter.
The user asks "what's set up on site X?" or "which integrations are live?".
Call list_containers first to find the trc_ ID. Returns no time-series or event data — pair with get_summary / get_report for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | No | Server name (required when connected to multiple servers). Use list_containers to see available servers. | |
| container_id | Yes | The container ID (starts with "trc_"). Use list_containers to find available IDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container | Yes |