Skip to main content
Glama

Word Cloud Generator (word-cloud.net)

Server Details

Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool generates a word cloud but differs clearly by output format: URL, WebP image, or SVG image. The descriptions explicitly state the return type, so an agent can unambiguously select the appropriate tool for its needs.

Naming Consistency5/5

All tool names follow the same prefix 'generate_wordcloud' with an optional suffix denoting the output format ('_image', '_svg'). The base name indicates the action, and the suffix differentiates variants, forming a clear and predictable pattern.

Tool Count5/5

With exactly 3 tools, the set is minimal and well-scoped for a word cloud generation service. Each tool serves a distinct output format, and the count feels appropriate for the domain without redundancy or excessive overlap.

Completeness5/5

The tool surface covers the core functionality of generating a word cloud in three common output formats (embed URL, WebP, SVG). This satisfies typical use cases for the stated purpose, and there are no obvious gaps such as missing format options or lifecycle operations.

Available Tools

3 tools
generate_wordcloudBInspect

Generate a word cloud and return an embeddable URL. Data is sent to word-cloud.net servers for processing only and is not logged or stored.

ParametersJSON Schema
NameRequiredDescriptionDefault
boldNoUse bold weight
fontNoFont family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl.Impact
maskNoShape mask preset constraining where words are placednone
shapeNoCanvas shapelandscape
wordsYesArray of words with weights. Higher weight = larger text.
maskUrlNoURL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed.
gradientNoBackground gradient. Mutually exclusive with backgroundColor.
rotationNoWord rotation modehorizontal-vertical
colorModeNoColor mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white textpalette
colorPaletteNoColor palette presetrainbow
customColorsNoCustom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided.
backgroundUrlNoURL to a background image (PNG, JPEG, SVG).
googleFontsUrlNoGoogle Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap)
backgroundColorNoSolid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset.
backgroundPresetNoBuilt-in background image presetNone
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It usefully discloses that data is sent to external servers and is not logged or stored, adding privacy context. However, it omits other behavioral details like network dependency, authentication needs, or failure modes.

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 two concise sentences with key information front-loaded. The first sentence states the primary function and return value; the second provides an important privacy note. No filler or redundancy.

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

Completeness3/5

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

While the schema provides rich detail for all parameters, the description is thin for a complex tool with 15 parameters and no output schema. It does not clarify the URL format, usage examples, or how to select between sibling tools. It is minimally adequate but leaves gaps.

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 description coverage is 100%, so all 15 parameters already have descriptive definitions in the schema. The description adds no parameter-level information, but this is acceptable because the schema fully documents each parameter.

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

Purpose4/5

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

The description states a specific verb and resource: 'Generate a word cloud and return an embeddable URL.' This clearly distinguishes it from sibling tools that likely return images or SVGs, though it doesn't explicitly name those alternatives.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus generate_wordcloud_image or generate_wordcloud_svg. It only describes the core function without any context about prerequisites, output format differences, or selection criteria.

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

generate_wordcloud_imageAInspect

Generate a word cloud and return it as a WebP image. Data is sent to word-cloud.net servers for processing only and is not logged or stored.

ParametersJSON Schema
NameRequiredDescriptionDefault
boldNoUse bold weight
fontNoFont family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl.Impact
maskNoShape mask preset constraining where words are placednone
shapeNoCanvas shapelandscape
wordsYesArray of words with weights. Higher weight = larger text.
maskUrlNoURL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed.
gradientNoBackground gradient. Mutually exclusive with backgroundColor.
rotationNoWord rotation modehorizontal-vertical
colorModeNoColor mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white textpalette
colorPaletteNoColor palette presetrainbow
customColorsNoCustom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided.
backgroundUrlNoURL to a background image (PNG, JPEG, SVG).
googleFontsUrlNoGoogle Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap)
backgroundColorNoSolid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset.
backgroundPresetNoBuilt-in background image presetNone
Behavior4/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It reveals a significant trait: data is sent to third-party servers and is not logged or stored. This is useful privacy context, though it omits other behavioral details like network requirements or potential rate limits.

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 two sentences with no unnecessary words. It front-loads the purpose and then adds a critical privacy note, with every sentence earning its place.

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?

The tool is complex with 15 parameters and nested objects, but the schema descriptions are comprehensive. The description states the output type (WebP image) as expected. It lacks some details about how the image is returned, but the schema-rich context makes the description adequately complete.

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 description coverage is 100%, and the schema already provides detailed descriptions for all parameters. The tool description adds no additional parameter semantics beyond what is already in the schema, so baseline score 3 is appropriate.

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 states a clear action ('Generate a word cloud') with a specific output format ('return it as a WebP image'), which distinguishes it from the sibling SVG tool. The explicit output type helps differentiate from generate_wordcloud and generate_wordcloud_svg.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the sibling tools (generate_wordcloud, generate_wordcloud_svg). There is no mention of alternatives, exclusions, or context-specific use cases.

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

generate_wordcloud_svgBInspect

Generate a word cloud and return it as an SVG image. Data is sent to word-cloud.net servers for processing only and is not logged or stored.

ParametersJSON Schema
NameRequiredDescriptionDefault
boldNoUse bold weight
fontNoFont family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl.Impact
maskNoShape mask preset constraining where words are placednone
shapeNoCanvas shapelandscape
wordsYesArray of words with weights. Higher weight = larger text.
maskUrlNoURL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed.
gradientNoBackground gradient. Mutually exclusive with backgroundColor.
rotationNoWord rotation modehorizontal-vertical
colorModeNoColor mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white textpalette
colorPaletteNoColor palette presetrainbow
customColorsNoCustom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided.
backgroundUrlNoURL to a background image (PNG, JPEG, SVG).
googleFontsUrlNoGoogle Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap)
backgroundColorNoSolid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset.
backgroundPresetNoBuilt-in background image presetNone
Behavior3/5

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

The description discloses a meaningful behavioral trait: data is sent to word-cloud.net and not logged or stored. However, with no annotations, it doesn't cover other behavioral aspects such as error handling, rate limits, or output size constraints.

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?

Two sentences, front-loaded with the core purpose and a relevant privacy note. Every sentence earns its place with no fluff.

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?

With 15 parameters, nested objects, and no output schema, the description is too minimal. It doesn't clarify whether the SVG is returned as a raw string, file, or URL, and it lacks usage context relative to sibling tools.

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 description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides, but it doesn't need to compensate.

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

Purpose4/5

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

The description clearly states it generates a word cloud and returns it as an SVG image, with a specific verb and output type. It doesn't explicitly reference sibling tools, so differentiation is mostly by the 'SVG' wording rather than an explicit comparison.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus generate_wordcloud or generate_wordcloud_image. There are no prerequisites, alternative recommendations, or exclusion criteria.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources