create_swot_analysis
Create a 2x2 SWOT diagram with color-coded quadrants and bullet points for strengths, weaknesses, opportunities, and threats.
Instructions
Create a SWOT analysis diagram.
Generates a color-coded 2x2 SWOT matrix with bullet-pointed items in each quadrant (Strengths, Weaknesses, Opportunities, Threats).
Args: strengths: List of strength items weaknesses: List of weakness items opportunities: List of opportunity items threats: List of threat items title: Optional diagram title output_path: Optional output file path theme: Color theme
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | light | |
| title | No | ||
| threats | No | ||
| strengths | No | ||
| weaknesses | No | ||
| output_path | No | ||
| opportunities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |