calculate_reimbursements
Quickly compute reimbursement amounts for a gathering by entering the event ID to settle balances between participants efficiently.
Instructions
Calculate reimbursements for a gathering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gathering_id | Yes | ID of the gathering |
Input Schema (JSON Schema)
{
"properties": {
"gathering_id": {
"description": "ID of the gathering",
"type": "string"
}
},
"required": [
"gathering_id"
],
"type": "object"
}