update_service_package
Update an existing service package. Pass only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name | |
| price | No | Decimal string, e.g. "80.00" | |
| status | No | Status filter | |
| packageId | Yes | Service package ID to update | |
| validDays | No | Validity period in days | |
| description | No | Description | |
| sessionCount | No | Number of sessions in the package | |
| applicableType | No | What this package applies to: services | products | both | |
| applicableItems | No | Item IDs the package can be redeemed against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |