sap_agent_next_action
InactiveTool of SAP MCP Server
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries