add_person
Add a new person to the budget database with their initial base salary for monthly expense tracking.
Instructions
Adds a new person to the budget database with their initial base salary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| base_salary | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |