get_projects_with_deals
Retrieve projects with their linked contract deals, showing amounts, customers, and periods. Filter by status or active state to get targeted project-deal data.
Instructions
プロジェクト一覧に TRUE OS ディール(契約金額)情報を結合して取得する。
各プロジェクトの deal フィールドに契約金額 (total_amount)、顧客名、 契約期間等が含まれる。deal が null の場合はディール未紐づけ。
Args: status: ステータスでフィルタ (planning/active/completed/on_hold/cancelled) is_active: アクティブなプロジェクトのみ取得するか (デフォルト: True) skip: スキップ件数 limit: 取得件数上限
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| limit | No | ||
| status | No | ||
| is_active | No |