Skip to main content
Glama

blur_image

Apply Gaussian blur to images to reduce detail or create soft focus effects. This free tool processes images locally without requiring accounts.

Instructions

Apply Gaussian blur to an image.

Free tool — runs locally, no account needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
radiusNo
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that the tool 'runs locally' and is 'free' with 'no account needed', which are useful behavioral traits. However, it doesn't mention performance characteristics, file format support, error conditions, or what happens when output_path is null.

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 with only two sentences that both earn their place. The first sentence states the core functionality, and the second provides important accessibility information. No wasted words or unnecessary elaboration.

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?

For an image processing tool with 3 parameters, 0% schema coverage, no annotations, but with an output schema, the description is incomplete. While the output schema may cover return values, the description lacks crucial information about parameter meanings, file format support, and behavioral constraints that would help an agent use this tool effectively.

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?

With 0% schema description coverage and 3 parameters, the description provides no information about any parameters. It doesn't explain what 'radius' controls, what formats 'file_path' accepts, or what happens when 'output_path' is null versus specified. The description fails to compensate for the complete lack of schema documentation.

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 the action ('Apply Gaussian blur') and resource ('to an image'), making the purpose immediately understandable. It doesn't explicitly differentiate from sibling tools like 'pixelate_image' or 'grayscale_image', but the specific blur technique mentioned provides some distinction.

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 alternatives like 'pixelate_image' or 'grayscale_image' for similar image modification purposes. It mentions it's 'Free tool — runs locally, no account needed' which indicates accessibility but doesn't help with tool selection decisions.

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/RyanKramer/pixelpanda-mcp'

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