sam_get_wage_rates
Parse prevailing wage and fringe/health & welfare rates from SAM.gov wage determination plain-text documents. Supports SCA and DBA contracts with raw text fallback for low confidence parsing.
Instructions
Return the prevailing-wage + fringe/H&W rate table for a specific wage determination, PARSED from its plain-text document (SAM exposes no structured rate JSON), plus the Executive-Order minimum-wage floor. Distinguishes SCA (WD-wide Health & Welfare) vs DBA (per-craft fringe). Always returns parseConfidence and supports format:'parsed'|'raw'|'both' so you can read the raw text when parsing is low-confidence. Resolves the latest active revision via /history when revision is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 'parsed' (structured rates, default), 'raw' (the full document text), or 'both'. Use 'raw'/'both' when parseConfidence is low. | |
| coverage | No | Optional hint (sca|dba) to disambiguate the parser; inferred otherwise. | |
| revision | No | Revision number. Omit to resolve the latest ACTIVE revision via /history. | |
| reference | Yes | fullReferenceNumber of the wage determination (e.g. '2015-4093' for SCA, 'IA20260028' for DBA) from sam_search_wage_determinations. |