get_contract_hourly_rates
Retrieve hourly rates for a specific contract, including rate name, amount, currency, type, and active status. Requires a contractId from get_project_contracts.
Instructions
Get all hourly rates configured on a specific contract. Returns rate name (role), amount, currency, type, and active status. Use get_project_contracts first to find the contractId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractId | Yes | The contract ID to get hourly rates for |