get_workspace_file
Retrieve details of a workspace file, including metadata, pricing, agreement, and payment schedule. Use section parameter to focus on specific parts like pricing or agreement.
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. |