Validate Premium Plugin Manifest
sap_premium_validate_plugin_manifestFree manifest validator for SAP MCP premium plugins. Validates ids, semver, descriptions, strict input/output schemas, x402/pay.sh pricing policies, and delivery contracts. It never executes plugin code or loads provider secrets.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. 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 |
|---|---|---|---|
| manifest | Yes | Premium plugin manifest candidate to validate before publishing or loading from a private plugin directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | True only when the manifest can be safely reviewed for premium plugin loading. | |
| errors | Yes | Blocking manifest issues. Do not load or publish the plugin until empty. | |
| warnings | Yes | Non-blocking quality issues that should be fixed before marketplace publication. |