Check SAP MCP Skills Updates
sap_skills_check_updatesCompare the bundled skill version with the latest published npm package and report which local agent skill directories are stale. Read-only. Works in every server mode.
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 | Optional runtime whose default skill directory should be checked. | |
| targetDir | No | Optional explicit local skill directory to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| checkedDirs | Yes | ||
| latestVersion | Yes | ||
| currentVersion | Yes | ||
| updateAvailable | Yes | ||
| registryReachable | Yes |