Skip to main content
Glama

generate_blob

Generate a single organic blob as a complete SVG with customizable size, color, complexity, and randomness. Create rounded, organic shapes for use in designs, placeholders, or illustrations.

Instructions

Generate a single blob shape as a complete SVG. Returns an organic, rounded shape with customizable size, color, complexity, and randomness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoInteger seed for reproducible shapes. Same seed = same shape (default: random)
sizeNoWidth and height of the SVG in pixels (default: 200)
colorNoFill color, any CSS color value (default: "#6366f1")
strokeNoOptional stroke color
opacityNoFill opacity from 0 to 1 (default: 1)
complexityNoNumber of control points (3-20). More points = more detailed shape (default: 6)
randomnessNoHow much the radius varies (0 = circle, 1 = very irregular). Default: 0.5
stroke_widthNoStroke width in pixels (default: 2)
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It does say the tool returns a complete SVG and an organic rounded shape, which is useful. However, it does not explicitly state whether generation is side-effect-free, how output is returned, or any edge behavior beyond what the schema already documents. Adequate but not deeply transparent.

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?

A single front-loaded sentence with no filler. It names the deliverable first, then the output characteristics and customization dimensions. Every word earns 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?

For an 8-parameter generator with no annotations and no output schema, the description supplies the essential return concept ('complete SVG'), the output quality ('organic, rounded shape'), and the customizable dimensions. It could additionally state that the result is an SVG string and that no state is modified, but schema defaults and parameter descriptions cover most operational detail.

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 baseline is 3. The description mentions customizable size, color, complexity, and randomness, but does not add meaning beyond the schema's own parameter descriptions. No penalty needed because the schema fully documents all eight optional parameters.

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?

States a specific action and deliverable: 'Generate a single blob shape as a complete SVG.' The 'single' and 'complete SVG' qualifiers distinguish it from siblings generate_blob_set (multiple) and generate_blob_path (path only), while 'organic, rounded shape' sets expectations for output.

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 word 'single' and 'complete SVG' imply when to choose this tool, and the sibling names suggest alternatives, but the description never names them or states conditions such as 'for multiple blobs use generate_blob_set' or 'for gradients use generate_gradient_blob.' Usage guidance is therefore only implied, not explicit.

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