list_deals
Retrieve filtered transaction lists by account item and date period. Use these entries to review monthly summaries and detect duplicate journal entries.
Instructions
登録済みの取引(仕訳)一覧を取得する。勘定科目名や期間で絞込可能。monthly_summaryの内訳確認や、仕訳の重複チェックに使う。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 収入(income) or 支出(expense)。未指定は両方 | |
| limit | No | 取得件数(デフォルト: 100, 最大: 500) | |
| end_date | No | 終了日 yyyy-mm-dd(デフォルト: 今日) | |
| start_date | No | 開始日 yyyy-mm-dd(デフォルト: 1ヶ月前) | |
| account_item | No | 勘定科目名で絞込(例: 支払手数料) |