Skip to main content
Glama

generate_blob_set

Generate a scattered set of organic SVG blobs for backgrounds, hero sections, and decorative compositions. Customize count, colors, opacity, size, complexity, randomness, and canvas dimensions.

Instructions

Generate multiple blobs scattered on a canvas. Useful for backgrounds, hero sections, and decorative compositions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for reproducible compositions (default: random)
countNoNumber of blobs to generate (default: 12)
colorsNoArray of CSS colors to pick from (default: ["#6366f1", "#8b5cf6", "#a78bfa", "#c4b5fd"])
opacityNoFill opacity 0-1 (default: 0.6)
max_sizeNoMaximum blob size in pixels (default: 250)
min_sizeNoMinimum blob size in pixels (default: 80)
complexityNoNumber of control points per blob (default: 6)
randomnessNoRadius variation 0-1 (default: 0.5)
canvas_widthNoCanvas width in pixels (default: 800)
canvas_heightNoCanvas height in pixels (default: 600)
Install Server

TDQS

A3.6/5.0
Behavior2/5

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

With no annotations and no output schema, the description carries the full burden of behavioral disclosure. It only states that multiple blobs are generated and scattered, but it does not disclose the output format, whether the result is deterministic via seed, how randomness works, or any side effects. This is a significant gap for a generative tool.

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 tight sentences with no filler. The main action is front-loaded, followed by practical use cases, which makes it easy to scan and understand quickly.

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 the tool's complexity (10 parameters), lack of annotations, and lack of an output schema, the description is too sparse. It does not mention the return format, how to choose this over sibling tools, or important behavioral details like determinism and randomness, leaving an agent to make assumptions.

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 schema description coverage is 100%, so the structured schema already documents all 10 parameters. The description adds no extra parameter-level meaning, which is acceptable because the baseline is 3 when the schema handles the heavy lifting.

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 specific verb and resource: 'Generate multiple blobs scattered on a canvas.' It clearly differentiates from siblings like generate_blob by emphasizing multiple blobs and from generate_blob_path by focusing on a composed set rather than a single path.

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?

The description provides clear usage context: 'Useful for backgrounds, hero sections, and decorative compositions.' However, it does not explicitly mention when not to use this tool or directly compare it with sibling tools, so it stops short of a full when/when-not guide.

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/Rixmerz/blob-svg-mcp'

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