Skip to main content
Glama

set_fill

Set background fills for Apple .icon bundles using solid colors or gradients. Configure fill type, hex values, and gradient angles to create iOS 26+ Liquid Glass icon backgrounds.

Instructions

Set the background fill of an .icon bundle. Supports solid colors and gradients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundle_pathYesPath to .icon bundle
fill_typeYesFill type
colorNoHex color for solid fill or gradient bottom
color2NoSecond hex color for gradient top
gradient_angleNoGradient angle in degrees (0 = bottom to top)
Behavior2/5

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

With no annotations provided, the description carries full burden but provides minimal behavioral context. It mentions only 'solid colors and gradients' despite the enum supporting 'automatic' and 'none' values. No disclosure of mutation semantics, idempotency, side effects, 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 with zero waste. First sentence establishes core purpose, second clarifies capabilities. Front-loaded and appropriately sized for the complexity level.

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?

With 100% schema coverage and no output schema, the description adequately covers the operation concept but has notable gaps. It fails to mention two valid enum values (automatic, none) and provides no behavioral context for a mutation operation (destructiveness, reversibility).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, establishing baseline 3. The description adds valuable context that this targets the 'background' fill specifically, distinguishing it from potential layer fills (relevant given 'set_layer_position' sibling). This semantic clarification beyond the schema's 'Path to .icon bundle' warrants a 4.

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 tool sets the 'background fill of an .icon bundle' with specific verb and resource. However, it doesn't explicitly differentiate from sibling tools like 'set_appearances' or 'set_glass_effects' which might also affect visual properties.

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 on when to use this versus alternatives, prerequisites (e.g., bundle must exist), or when to choose between fill types. The agent gets no signal about whether this overwrites existing fills or how it interacts with layer-based fills.

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/ethbak/icon-composer-mcp'

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