Skip to main content
Glama

generate_favicons

Generate a full favicon package from a text prompt or existing image. Creates PNG sizes, a web manifest, and optional README, then writes files or a ZIP bundle.

Instructions

Generate a full favicon package from a prompt or an existing image. Creates PNG sizes, a web manifest, and optional README, then writes files and/or a ZIP bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoModel to use when generating the master icon from a prompt.gemini-3-pro-image-preview
promptNoText description for generating a master icon (square). Required if imagePath is not provided.
appNameNoManifest app name. Default: My App.
imagePathNoPath to an existing master icon image. If provided, prompt is optional.
outputDirNoDirectory to write individual favicon files.
shortNameNoManifest short name. Default: App.
outputPathNoFile path to save the favicon ZIP package.
themeColorNoManifest theme color. Default: #ffffff.
includeReadmeNoInclude README.md in the package.
backgroundColorNoManifest background color. Default: #ffffff.
returnZipBase64NoWhen true and outputPath is not provided, return the ZIP as base64 text.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that files and/or a ZIP bundle are written and mentions optional README, but does not cover return behavior (returnZipBase64), overwrite semantics, or behavior when output destinations are missing. This is partial disclosure.

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, front-loaded with the main action and outputs. No filler, every clause adds useful signal. This is highly concise and well-structured.

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?

The tool has 11 parameters and no output schema, and while the description captures the core workflow, it leaves gaps about the interplay between outputDir, outputPath, and returnZipBase64. It also doesn't state what happens if no output destination is given, making it incomplete for complex usage.

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 covers all 11 parameters with descriptions, so the baseline is 3. The description adds a high-level note about prompt vs imagePath and output formats, but doesn't enrich individual parameter semantics beyond what the schema already provides.

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?

The description opens with a specific verb+resource ('Generate a full favicon package') and enumerates concrete outputs (PNG sizes, web manifest, optional README, files/ZIP bundle). This clearly distinguishes it from the sibling generate_image, which is for generic image generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly defines the tool's purpose by contrasting with generate_image and stating the input modes (prompt or existing image). However, it does not explicitly name alternatives or state when not to use this tool, so it lacks a full 'when-to-use' guide.

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/codeFi/mcp-nano-banana'

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