Jupiter Execute Trigger
jupiter_executeTriggerSubmit a signed limit-order transaction for on-chain execution using the request ID from createLimitOrder.
Instructions
Submit a signed limit-order transaction for on-chain execution. SAP MCP context: Jupiter protocol tools are served as AgentKit ecosystem tools. Use them for quote, route, and swap preparation, then use SAP transaction preview/sign/submit tools when an unsigned transaction must pass MCP signer policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Request ID from createLimitOrder response | |
| signedTransaction | Yes | Base64-encoded signed transaction |
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. |