Skip to main content
Glama

plot_static_wordcloud

Generate a static word cloud image from a text column to visualize the most frequent terms. Optionally exclude specific words with extra stopwords.

Instructions

Generates a static Word Cloud image from a column containing text data. Use this when the user wants to visualize the most frequent terms in a dataset. extra_stopwords: optional comma-separated words to exclude (e.g. "said,also,one").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoWord Cloud
text_columnYes
data_file_pathYes
extra_stopwordsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the tool generates an image, but doesn't mention processing details (e.g., automatic text cleaning, handling of missing data, output format, or performance considerations). The description is too minimal for full transparency.

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 extremely concise: two sentences plus a parameter definition. It front-loads the purpose and usage, with no wasted words. Every sentence serves a clear function.

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

Completeness2/5

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

Given 4 parameters, no schema descriptions, and no annotations, the description is insufficient. It fails to describe key parameters (data_file_path, text_column, title) and does not mention the output format (e.g., saved file, displayed image). The output schema exists but isn't referenced. The tool's behavior in edge cases (e.g., empty column) is not addressed.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain each parameter's purpose. Only extra_stopwords is described (comma-separated words to exclude). The other three parameters (data_file_path, text_column, title) are not explained, leaving them ambiguous. This is a significant gap.

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 clearly states it generates a static word cloud from a text column. It distinguishes from sibling plotting tools like bar charts or histograms, as word clouds are unique for visualizing frequent terms.

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

Usage Guidelines4/5

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

Tells when to use: 'when the user wants to visualize the most frequent terms in a dataset.' Provides a specific hint for extra_stopwords. Does not explicitly list exclusions or alternatives, but among siblings, this is the only word cloud tool, so usage context is clear.

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

Install Server

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/ahmad-zurih/ds-mcp-server'

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