1. Parse the user's request to identify chart type, data, title, output path, and size.
2. Build the Chart.js configuration using the shadcn-style template.
3. Generate the chart using a POST request to QuickChart.io.
4. Save the chart image to the specified output path.
5. Use the Read tool to display the generated image to the user.