export_report
Generate a structured diagnosis report with executive summary, scores, and action items to build internal consensus for implementation.
Instructions
Generate a shareable diagnosis summary for the client's team.
Creates a structured report object that the LLM can format into any output (PDF, email, presentation, document). Designed to be shared internally to build consensus for implementation.
Use at the END of the journey to give the client something tangible.
Args: company_name: Company name. revenue_leak_score: Score from diagnosis. revenue_leak_score: Business Health Score (0-100, higher = healthier). dimensions_summary: Key dimension scores as text (e.g. 'Finanzas: 3/10, Comercial: 5/10, Operaciones: 3/10'). top_actions: Top 3-5 actions from the plan as text. contact_name: Client contact name. contact_email: Client email for follow-up. lang: Language ('es' or 'en').
Returns: dict: Structured report with all sections ready to format: executive summary, scores, actions, ROI, next steps, and CIA contact info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | ||
| revenue_leak_score | No | ||
| dimensions_summary | No | ||
| top_actions | No | ||
| contact_name | No | ||
| contact_email | No | ||
| lang | No | es |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||