create_subscription
Create a subscription for the household to track a recurring cost, such as a streaming service or membership. Accepts an optional cron-based renewal schedule (must not repeat more frequently than once a day) and a fee amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | The recurring charge for this subscription. | |
| name | Yes | Display name of the subscription, e.g. 'Netflix' or 'Gym membership'. | |
| notes | No | Free-text notes about the subscription. | |
| status | Yes | Lifecycle status of the subscription at creation time. | |
| remindMe | No | Whether to send renewal reminders for this subscription | |
| renewalCronExpression | No | Cron expression describing how often the subscription renews. Must not repeat more frequently than once a day. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| title | No | ||
| message | No | ||
| variant | No |