get_rate_card
Retrieve quote-ready manpower rates for a verified client country, with optional role and seniority filters. Automatically uses USD day-rate fallback when no country-specific sheet exists.
Instructions
Look up quote-ready manpower rates for the verified client country. Args: country: The proposed company's verified country (e.g. "India" or "United Kingdom"). Country aliases such as UK are resolved safely; this tool never uses an ambiguous substring match. roles: optional list of role names to filter to (e.g. ["Cloud Architect", "Senior Engineer"]). Omit to get all roles for that country. level: optional exact seniority filter, for example "Junior", "Mid Senior", or "Senior". Returns compact JSON with the selected country sheet/fallback metadata and the exact quote rows. If no country sheet exists, the Constants sheet is used automatically and clearly identified as USD day-rate fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| roles | No | ||
| country | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |