list_project_deals
list_project_dealsGet deals and budgets for a project to proceed with time entry creation. Optionally filter by budget type and limit results.
Instructions
STEP 2 of timesheet workflow: Get deals/budgets for a specific project. COMPLETE WORKFLOW: 1) list_projects → 2) list_project_deals → 3) list_deal_services → 4) list_project_tasks (recommended) → 5) create_time_entry. This follows: Project → Deal/Budget → Service → Task → Time Entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project (required) | |
| budget_type | No | Filter by budget type: 1 = deal, 2 = budget | |
| limit | No | Number of deals/budgets to return (1-200) |