sap sunrise execute quote
sap_sunrise_execute_quoteExecute a signed Sunrise swap: submits the user-signed transaction from sap_sunrise_get_quote. Poll by re-calling with IDENTICAL arguments while status is 'SUBMITTED'; stop at 'CONFIRMED' and report the txHash. If polling times out, check the wallet activity FIRST — blind retries cause duplicate swaps. BUILDER tier.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: paid builder; estimate first, then pay/build and finalize unsigned transactions locally when returned. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | quoteId from sap_sunrise_get_quote | |
| routeName | Yes | routeName from sap_sunrise_get_quote (e.g. titan) | |
| providerRequestId | No | Optional providerRequestId from the quote | |
| signedTransaction | Yes | Base64 transaction signed by the user wallet (from the quote unsignedTransaction, signed locally) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |