download_thinking_logs
Download MGX thinking logs from a specified chat to a local file, preserving large conversation logs for offline analysis.
Instructions
Download MGX thinking logs to a local file. Useful for saving large log files for later analysis.
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 | |
| output_path | Yes | Local file path to save the downloaded logs |