You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).

blinks_executeAction

Inactive

Tool of SAP MCP Server

declared in 0.9.16

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SAP MCP Server

https://github.com/OOBE-PROTOCOL/sap-mcp

2/7 registries
View full server →