Bankr Job Workflow Execute Bankr API operations using MCP tools with the asynchronous job pattern. Core Pattern: Submit-Poll-Complete 1. Submit - Send prompt via , receive job ID 2. Poll - Check status via every 2 seconds 3. Complete - Report results when status is terminal MCP Tools Submit a natural language prompt to start a job. - Input : Natural language request (e.g., "Buy $50 of ETH on Base") - Output : Job ID for tracking Check job status. Response includes: - : pending | processing | completed | failed | cancelled - : Text answer (when completed) - : Array of executed transactions - :…