Get Expense Report Data
report_expense_getRetrieve formatted expense data including amounts and receipt information for a specific expense ID.
Instructions
Use this when the user wants to retrieve formatted expense data including amounts and receipt information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expenseId | Yes | The unique identifier of the expense to retrieve report data for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expenseDate | No | Formatted expense date | |
| expenseAmount | No | Formatted amount | |
| expenseDescription | No | Expense description |