blinks_executeAction
InactiveTool of SAP MCP Server
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.
Parameters schema
{
"type": "object",
"required": [
"actionUrl",
"wallet"
],
"properties": {
"params": {
"type": "object",
"description": "Key-value parameters to fill Action template variables",
"additionalProperties": {
"type": "string"
}
},
"wallet": {
"type": "string",
"description": "User wallet to sign the transaction"
},
"actionUrl": {
"type": "string",
"description": "Action endpoint URL (from getAction links)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries