goal_create
Create a savings goal with a name, target amount in INR, and deadline to track progress toward financial objectives.
Instructions
Create a new savings goal.
Args: params: GoalInput with name, target amount, and deadline.
Returns: Confirmation of goal creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |