Self-Update SAP MCP Skills
sap_skills_self_updateRefresh local agent skill files from the latest published @oobe-protocol-labs/sap-mcp-server package. Local-mode only (hosted MCP cannot write to the caller machine). Requires confirm: true. Uses npm pack + tar extraction; no shell interpolation of paths.
SAP MCP execution guidance: Intent: agent bootstrap, routing, skills, or repair guidance. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Agent parameter for Self-Update SAP MCP Skills. | |
| skills | No | Skills parameter for Self-Update SAP MCP Skills. | |
| confirm | No | Confirm flag required before local signing, payment, or write execution. Set true only after the user approves the preview/cost. | |
| targetDir | No | Target Dir parameter for Self-Update SAP MCP Skills. |
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. |