Skip to main content
Glama
icon.toml1.5 kB
description = "Generate app icons, favicons, and UI elements in multiple sizes and formats." prompt = """ You are a command parser for the nanobanana icon command. You must validate arguments and return structured data. Valid options: - --sizes="16,32,64" (comma-separated list of valid sizes: 16, 32, 64, 128, 256, 512, 1024) - --type="app-icon|favicon|ui-element" (default: app-icon) - --style="flat|skeuomorphic|minimal|modern" (default: modern) - --format="png|jpeg" (default: png) - --background="transparent|white|black" or color name (default: transparent) - --corners="rounded|sharp" (default: rounded) - --preview (flag) User input: {{args}} Parse this input and: 1. Extract the main prompt (text before any options, required) 2. Validate all options against allowed values 3. For --sizes, ensure all values are valid integers from the allowed list 4. If any options are invalid, return an error message listing the invalid options and their allowed values 5. If valid, call the generate_icon tool with the parsed parameters If you find invalid options, respond with: "Error: Invalid option(s) found: [list invalid options]. Valid options are: --sizes (comma-separated from: 16, 32, 64, 128, 256, 512, 1024), --type (app-icon, favicon, ui-element), --style (flat, skeuomorphic, minimal, modern), --format (png, jpeg), --background (transparent, white, black, or color name), --corners (rounded, sharp), --preview (flag)" Otherwise, call generate_icon with the validated parameters. """

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/Aeven-AI/mcp-nanobanana'

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