Skip to main content
Glama
VisActor
by VisActor

generate_wordcloud_venn

Create word clouds to visualize word frequency or Venn diagrams to display set relationships. Define chart dimensions, themes, and titles for customized visualizations. Input data to generate interactive charts in image, spec, or HTML format.

Instructions

Generate a word cloud to visualize word frequency or importance, or a Venn diagram to show relationships such as intersections and unions between sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backgroundNoChart background color (hex). Optional, defaults to white.
chartThemeNoChart theme. Optional, defaults to 'light'.
chartTypeYes
colorFieldYesSpecifies the field in the dataset that represents each word (for word clouds) or the set (for Venn diagrams). For Venn diagrams, use a comma-separated string to describe the set. This field must exist in the dataset.
colorsNoColor palette for chart elements.
dataTableYesData for the chart, e.g., [{ word: 'TEST', value: 10 }].
heightNoChart height. Optional, defaults to 500.
outputNoChart output type. Defaults to 'image'.image
subTitleNoChart subtitle text.
titleNoChart title text.
titleOrientNoTitle position in the chart.
valueFieldYesSpecifies the field representing the metric value. Required for Venn diagrams.
widthNoChart width. Optional, defaults to 500.

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/VisActor/vchart-mcp-server'

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