dex_tx_swap_checkin_preview
Returns check-in fields for a swap stage (approve or swap). Call after prepare and before terminal tx-checkin script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | Preview stage: 'approve' or 'swap' | |
| mcp_token | Yes | MCP session token (required in the tool schema). After Google or Gate wallet login, read it from login_result when dex_auth_google_login_poll or dex_auth_gate_login_poll returns success. The server checks this argument first, then the HTTP Authorization header (Bearer mcp_pat_...) — often the same string configured as headers.Authorization on your MCP server in local MCP client config. If there is no token yet, run auth start + poll first. If expired, try dex_auth_refresh_token; if that fails, log in again. | |
| swap_session_id | Yes | Swap session ID returned by dex_tx_swap_prepare |