create_subscription
Record a subscription with name, amount, currency, billing cycle, and usage type. Optionally set start date, next billing, payment, category, and notes.
Instructions
Create a new subscription
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subscription name (e.g. Netflix) | |
| amount | Yes | Amount per billing cycle | |
| currency | Yes | Currency code (e.g. NOK, USD) | |
| billing_cycle | Yes | Billing cycle | |
| category | No | Category (e.g. Entertainment) | |
| start_date | No | Start date (YYYY-MM-DD) | |
| next_billing_date | No | Next billing date (YYYY-MM-DD) | |
| payment_method | No | Payment method | |
| usage_type | Yes | Usage type | |
| notes | No | Freeform notes (bundles, reminders, etc.) |