Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
themeNolight
titleNo
threatsNo
strengthsNo
weaknessesNo
output_pathNo
opportunitiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full behavioral burden. It discloses the generated artifact type (.excalidraw), output structure (2x2, color-coded, bullet points), and return value (absolute path). It stops short of describing edge cases such as null/empty lists or file overwrite behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, then uses a compact Args/Returns structure to cover all parameters and output. No filler or redundant phrasing beyond the intentionally parallel first two sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 7-parameter tool with no annotations and no schema-level parameter docs, it covers the essential inputs, the generated file type, and the return value. It could be more complete by documenting valid themes and default output_path behavior, but an agent can make a correct call with the provided information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the Args section compensates by naming and describing all seven parameters, and the first paragraph explains that lists become bullet items in their quadrants. However, descriptions for theme, title, and output_path are minimal and do not specify permitted values or default file-naming behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific action verb and resource, 'Create a SWOT analysis diagram', then elaborates with a concrete output: 'a color-coded 2x2 SWOT matrix with bullet-pointed items in each quadrant'. This clearly distinguishes it from sibling diagram tools like create_flowchart or create_quadrant_chart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The tool is strongly specialized, so an agent can infer when to use it, but the description never states selection criteria or alternatives. It does not mention, for example, that create_quadrant_chart or create_diagram might be used for non-SWOT quadrant needs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maaker-ai/excalidraw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server