get_mgx_env
Fetch the mgxenv.json configuration for a specific MGX chat version by supplying chat ID and version. Returns the environment config as JSON, with optional env and auth token parameters.
Instructions
Fetch the mgxenv.json configuration for a specific MGX chat version. Returns environment config as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment: prod, alpha, pre, us-test, us-test-2 | prod |
| token | No | Auth token (overrides MGX_TOKEN env var) | |
| chat_id | Yes | The chat/conversation ID | |
| version | Yes | Version number for the mgxenv file |