sap phoenix build place conditional order
sap_phoenix_build_place_conditional_orderBuild an unsigned Phoenix conditional order transaction (TP/SL bracket). Returns transactionBase64.
SAP MCP execution guidance: Intent: hosted unsigned transaction builder. 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 |
|---|---|---|---|
| symbol | Yes | Market symbol | |
| authority | Yes | Trader authority public key | |
| sizePercent | No | Size Percent parameter for sap phoenix build place conditional order. | |
| lessTradeSide | No | Less Trade Side parameter for sap phoenix build place conditional order. | |
| traderPdaIndex | No | Trader PDA Index parameter for sap phoenix build place conditional order. | |
| greaterTradeSide | No | Greater Trade Side parameter for sap phoenix build place conditional order. | |
| lessTriggerPrice | No | Less-than trigger price in ticks | |
| greaterTriggerPrice | No | Greater-than trigger price in ticks | |
| traderSubaccountIndex | No | Trader Subaccount Index parameter for sap phoenix build place conditional order. |
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. |