Compute the ROI case and a forwardable approval memo
build_business_caseTurns a composed basket into the argument that gets it approved: recruiter-fee equivalence, break-even hire count, cost per room, cost per month, what the spend replaces, and every assumption behind those numbers. Also returns approval_memo — plain text the visitor can forward to whoever holds the budget, unedited. Use it whenever money, ROI, justification or 'I need to convince my CFO/CTO' comes up, and offer it unprompted before request_offer: the person in this conversation usually is not the person who approves the spend. Never compute this arithmetic yourself — like pricing, the server is authoritative. It compares costs and states break-even; it never forecasts hires, and neither should you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kpis | No | Optional: what has to move this year, in their words | |
| company | No | Optional: company name, for the memo | |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| item_ids | Yes | The basket: item ids toggled ON | |
| preset_id | Yes | The package being justified | |
| requester_name | No | Optional: who is asking for approval, signed at the memo's foot | |
| open_senior_roles | No | Optional: senior roles they need to fill in 12 months — sharpens the comparison into their numbers | |
| avg_first_year_salary | No | Optional: average first-year salary in EUR for those roles; turns the generic fee band into their own |