upload_opportunity_file
Upload a file to a Lever opportunity via POST /opportunities/:opportunity/files. Reads a local file path from the MCP host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for this Lever write. | Requested through Lever Ops Control Plane. |
| confirm | No | Set false only when you explicitly want to block execution. | |
| dry_run | No | When true, preview the write without sending it to Lever. | |
| file_path | Yes | Local file path on the machine running the MCP server. | |
| perform_as | Yes | Lever user ID for perform_as when the Lever endpoint needs one. | |
| content_type | No | Optional MIME type. Defaults to application/octet-stream. | |
| opportunity_id | Yes | Lever opportunity ID. |