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).

sap_agent_next_action

Inactive

Tool of SAP MCP Server

declared in 0.9.16

Free routing resolver for SAP MCP errors and partial results. Use this before retrying after payment_required, hosted_local_signer_required, BlockhashNotFound, missing sap_payments, timeout, or a submitted signature that has not confirmed.

Parameters schema

{
  "type": "object",
  "properties": {
    "intent": {
      "enum": [
        "connection",
        "paid-call",
        "registry-write",
        "transaction-finalize",
        "escrow",
        "identity",
        "general"
      ],
      "type": "string",
      "description": "Current user intent or workflow area."
    },
    "toolName": {
      "type": "string",
      "description": "Tool that produced the error or partial result, for example sap_register_agent, sap_update_agent, or sap_create_escrow_v2."
    },
    "errorCode": {
      "type": "string",
      "description": "Machine error code when available, for example hosted_local_signer_required, payment_required, BlockhashNotFound, or expired_or_not_landed."
    },
    "errorMessage": {
      "type": "string",
      "description": "Human or structured error message returned by the runtime, hosted server, local bridge, or wallet/RPC layer."
    },
    "hasSignature": {
      "type": "boolean",
      "description": "True when a transaction signature was already produced or submitted. This prevents unsafe duplicate retries."
    },
    "paymentRequired": {
      "type": "boolean",
      "description": "True when the previous response was an x402/pay.sh payment challenge."
    }
  }
}

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 →
sap_agent_next_action — SAP MCP Server — PRSM MCP