Blinks Confirm Action
blinks_confirmActionConfirm a Solana Action by sending its transaction signature to the Action provider. Ensures the action is finalized and validated.
Instructions
Confirm a completed Solana Action by sending the tx signature back to the Action provider. SAP MCP context: Protocol blinks; operation class read. Use for Solana Actions and Blinks metadata fetch, validation, and POST action preparation. Preview and validate actions before signing or submitting transactions through SAP transaction tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actionUrl | Yes | Action URL parameter for Blinks Confirm Action. | |
| signature | Yes | Transaction signature after signing and submitting |
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. |