Skip to main content
Glama

TinyFn

saturate_color

Increase color saturation by a percentage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoAmount to saturate (0-100)
hex_colorYesHex color to saturate

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
darkenedNo
originalYes
lightenedNo
saturatedNo
desaturatedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations provided, so description must carry full burden. It fails to specify what happens on invalid input (e.g., non-hex input), the output format, or whether the operation is reversible. The description only states a basic effect.

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?

Single sentence, front-loaded with key action. No unnecessary words or repetition. Efficient for a straightforward tool.

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?

Given the tool's two parameters and presence of output schema (not displayed here), the description provides a basic functional summary but omits details about the output (e.g., returns a hex color). Adequate for a simple tool but incomplete for a new user.

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 coverage is 100%, so baseline is 3. Description adds 'by a percentage' but does not explain how the amount parameter modifies saturation (e.g., absolute vs relative). Minimal added meaning beyond the schema.

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?

Description clearly states the action ('Increase') and the resource ('color saturation'), with the modifier 'by a percentage'. It effectively distinguishes the tool from siblings like desaturate_color, lighten_color, etc.

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?

No explicit when-to-use or when-not-to-use instructions. However, the purpose is intuitive given the tool name and sibling context (e.g., desaturate_color). Implied usage but lacks guidance on alternatives or prerequisites.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.