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 DescriptionsA

Average 3.9/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation2/5

All three tools have identical core functionality (generating word clouds) and differ only in output format (URL, WebP image, SVG image). This creates significant ambiguity as an agent might struggle to choose between them without understanding the specific format requirements, and the descriptions don't clearly differentiate use cases beyond format type.

Naming Consistency5/5

Tool names follow a perfectly consistent verb_noun pattern (generate_wordcloud, generate_wordcloud_image, generate_wordcloud_svg) with clear, predictable suffixes indicating output format. The naming convention is uniform and easily parsable.

Tool Count4/5

Three tools is reasonable for a word cloud generator, as it covers multiple output formats. However, it feels slightly thin for a full-featured service, lacking tools for customization (e.g., color schemes, layout options) or management of generated content.

Completeness3/5

The toolset covers generation in three formats but lacks any customization parameters (like stop words, color palettes, or shape settings) or management operations (e.g., listing previous clouds, deleting). This creates notable gaps for advanced use cases, though basic generation is handled.

Available Tools

3 tools
generate_wordcloudAInspect

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
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully discloses the critical privacy/security behavior ('Data is sent to word-cloud.net servers for processing only and is not logged or stored'), informing the agent about external data sharing. However, it lacks details on rate limits, URL persistence, or error conditions.

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 efficiently convey the essential information: the first defines the operation and output, the second provides privacy context. No wasted words, properly front-loaded with the action.

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?

Given the high parameter complexity (15 params with nested objects) and lack of output schema or annotations, the description adequately covers the critical gaps (output type and privacy). However, it could be strengthened with details on error behavior or the structure of the returned URL payload.

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?

The input schema has 100% description coverage, establishing a baseline of 3. The description adds no specific parameter guidance beyond what's in the schema, but this is acceptable given the schema's comprehensiveness.

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 the specific action ('Generate a word cloud') and the distinct output format ('return an embeddable URL'), which clearly distinguishes this tool from its siblings generate_wordcloud_image and generate_wordcloud_svg that presumably return raw image data rather than URLs.

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?

While the output format ('embeddable URL') implies usage context (use when you need to embed via URL rather than raw image data), there is no explicit guidance on when to choose this over sibling tools or prerequisites for use.

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 provided, the description carries the full disclosure burden. It adds critical behavioral context that data is 'sent to word-cloud.net servers' with a privacy assurance ('not logged or stored'), which is vital for an external API call. It omits rate limits or error handling details.

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 with zero waste: the first establishes purpose and output format, the second discloses the external processing and privacy policy. Every sentence earns its place with no redundancy.

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?

Given the complex schema (15 parameters, nested objects, 100% coverage), the description adequately covers the high-level purpose and privacy implications without needing to replicate parameter documentation. It could be strengthened by explicitly contrasting output formats with siblings.

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%, establishing a baseline of 3. The description does not add parameter-specific guidance (e.g., explaining the weight system or mask behavior) beyond what the schema already documents comprehensively.

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 explicitly states the tool 'Generate[s] a word cloud and return[s] it as a WebP image,' providing a specific verb, resource, and output format. The WebP format distinguishes it from sibling tools generate_wordcloud_svg and generate_wordcloud.

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 description notes that 'Data is sent to word-cloud.net servers,' which informs privacy-conscious usage, but it lacks explicit guidance on when to choose this tool versus generate_wordcloud or generate_wordcloud_svg (e.g., raster vs. vector output preferences).

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

generate_wordcloud_svgAInspect

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
Behavior4/5

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

With no annotations, the description carries full burden and provides critical behavioral context: data is sent to external servers (word-cloud.net) with privacy guarantees ('not logged or stored'). However, missing operational details like rate limits, latency expectations, or whether the SVG is returned as raw XML versus a file reference.

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 total with zero waste: first sentence establishes purpose and output format, second sentence discloses critical privacy/data handling information. Both sentences earn their place.

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?

Adequate for basic invocation given the comprehensive schema, but gaps remain for a complex 15-parameter external API tool. Missing: return value specification (raw SVG string vs base64), error handling behavior, rate limits, and maximum data size constraints.

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 structured schema fully documents all 15 parameters including nested objects. The description adds no parameter-specific guidance, which is acceptable given the comprehensive schema, meriting the baseline score.

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 the specific action ('Generate a word cloud'), output format ('return it as an SVG image'), and implicitly distinguishes from siblings generate_wordcloud (likely metadata/JSON) and generate_wordcloud_image (likely raster format) by specifying 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 provided on when to choose this tool versus generate_wordcloud or generate_wordcloud_image. Missing explicit guidance such as 'use this when you need scalable vector graphics' or warnings about external data transmission.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources