get_workspace_file
Retrieve details of a workspace file, including metadata, vendor, pricing totals, payment schedule, and agreement. Use the 'section' parameter to access specific parts like pricing line items, contract HTML, or payment details.
Instructions
Get detail for one workspace file. Returns a compact summary by default (metadata, vendor, event, pricing totals, payment schedule, agreement presence). Use section to drill into a specific part of the file: "pricing" for full line items + tax/svc detail, "agreement" for contract HTML + signatures, "payments" for full payment-schedule detail, "all" for the pruned full response, or "raw" for the entirely-unpruned response (may exceed MCP size limits on proposal-class files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The file _id from list_workspace_files. | |
| origin | No | Portal origin (e.g. https://<vendor>.hbportal.co). Optional when only one session is active. | |
| section | No | Which view to return. Default "summary" (~5-15 kB). Others return focused sections of the raw response. |