Jito Send Bundle
jito_sendBundleSend a Jito bundle to execute multiple transactions atomically with MEV protection.
Instructions
Send a Jito bundle for MEV-protected, atomic transaction execution. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_register_agent, sap_update_agent, and sap_publish_tool_by_name when the capability should become part of an on-chain SAP agent profile or tool registry entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tipLamports | No | Raw token amount (smallest unit) | |
| transactions | Yes | Array of base64-encoded signed transactions (max 5) |
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. |