Skip to main content
Glama

generate_ios_app_icon_set

Generates a complete iOS AppIcon.appiconset with every required size from a single source icon, allowing customization of text, colors, and background.

Instructions

Generate a complete iOS AppIcon.appiconset with all required sizes from a single source icon

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to display on the icon
fontSizeNoFont size as a percentage (default: 0.7)
textColorNoText color in hex format (default: '#000000')#000000
appiconsetPathYesPath to the AppIcon.appiconset directory
backgroundColorNoBackground color in hex format (default: '#FFFFFF')#FFFFFF
Behavior2/5

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

With no annotations, the description must disclose side effects. It states the output (a complete AppIcon set) but does not mention whether it creates or overwrites files in 'appiconsetPath', what dependencies exist, or how the text/color parameters relate to the claimed 'source icon'. This leaves important behavior undisclosed.

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 a single, front-loaded sentence with no filler. It efficiently communicates the high-level purpose in minimal words, making it easy to scan. The minor inaccuracy in 'source icon' is a semantic issue, not a structure or conciseness issue.

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 (5 parameters, side-effectful file writing), no annotations, and no output schema, the description is too short to be complete. It lacks crucial context about the target directory behavior, when to use this instead of the sibling, and how the text parameters map to the generated icon.

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 has 100% description coverage for all parameters, so the baseline is 3. The tool description adds no parameter-level details beyond that, and the mention of 'single source icon' does not match any parameter in the schema, so it provides no additional semantic value.

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 identifies the action ('Generate') and the specific deliverable ('a complete iOS AppIcon.appiconset with all required sizes'). It implicitly distinguishes itself from the sibling by emphasizing completeness, but the phrase 'from a single source icon' is confusing because the schema only contains text and color parameters, not an icon file.

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?

There is no guidance about when to use this tool versus the sibling tool 'generate_app_icon', nor any mention of prerequisites, alternatives, or exclusions. The description only states what it does, not when to choose it.

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/chacebot/mcp-icon-generator'

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