Fund SAP Subscription
sap_fund_subscriptionFund a recurring subscription by specifying subscription ID, amount in lamports, and agent wallet. Requires signer mode and MCP policy approval.
Instructions
Fund a recurring subscription. SAP MCP context: Payment and settlement flow. Estimate or fetch state before creating escrows or settling calls; write operations require an enabled signer mode and MCP policy approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subId | No | Subscription ID (as a decimal string, default: 0) | |
| amount | No | Funding amount in lamports (as a decimal string) | |
| agentWallet | No | Agent wallet public key (base58) |
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. |