Blinks Execute Action
blinks_executeActionExecute a Solana Action by sending a wallet to an action endpoint, then sign the returned transaction. Validate action metadata and user intent before submitting.
Instructions
Execute a Solana Action — sends wallet to the Action endpoint and receives a transaction to sign. SAP MCP context: Protocol blinks; operation class write. Use to execute a Solana Action POST flow. Confirm the action metadata, parameters, expected transaction, and user intent before invoking. Preview and validate action output before signing or submitting any returned transaction through SAP transaction tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Key-value parameters to fill Action template variables | |
| wallet | Yes | User wallet to sign the transaction | |
| actionUrl | Yes | Action endpoint URL (from getAction links) |
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. |