get_project_contracts
Retrieve all contracts for a project, including IDs, names, types, statuses, and main contract flags. Use the contract ID to access hourly rates for cost analysis.
Instructions
Get all contracts for a project. Returns contract ID, name, type (Fixed Price / Time & Material), status, and whether it's the main contract. Use the contractId with get_contract_hourly_rates to see rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID to list contracts for |