pocketsmith_create_event
Create a recurring transaction event in a financial scenario by specifying category, date, amount, and repeat pattern.
Instructions
Create a new event (recurring transaction)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | The scenario ID (get from account details) | |
| category_id | Yes | The category ID to assign | |
| date | Yes | The event date (YYYY-MM-DD) | |
| amount | Yes | The event amount (negative for expenses, positive for income) | |
| repeat_type | Yes | How often the event repeats | |
| repeat_interval | No | The repeat interval (default: 1) | |
| note | No | Note for the event |