validate_and_reload_project_rate_card
Validates a generated project rate card .xlsx file and reloads its parsed data to ensure proposal generation uses the actual workbook as the source of truth.
Instructions
STAGE 1b: Validate and reload a project rate card from disk.
This tool reads the generated .xlsx file back into memory to ensure Stage 2 (proposal generation) uses the actual generated workbook as the source of truth, not the in-memory master rate card data.
Args: local_path: Path to the generated project rate card .xlsx file
Returns the parsed ProjectRateCardData as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |