Skip to main content
Glama
shelbeely

Openrouter-Nano-banana-assets-generator-MCP

by shelbeely

generate_asset_pack

Create a cohesive set of branded web assets—icons, banners, social graphics, or UI kits—from your brand colors, logo, and guidelines. Produces consistent asset packs in one request.

Instructions

Generate a complete pack of related web assets maintaining brand consistency. Perfect for creating cohesive sets of icons, banners, social media graphics, or UI kits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
logoFileNoBrand logo to incorporate across assets
assetTypesYesTypes of assets to generate (e.g., ['hero-banner', 'icon-set', 'background', 'social-media-post', 'button-set'])
resolutionNoDefault resolution (can be overridden per asset type)
aspectRatioNoDefault aspect ratio for assets (can be overridden per asset type)
descriptionYesOverall description of the asset pack and its purpose (e.g., 'Social media kit for eco-friendly brand')
colorPaletteNoBrand color palette as hex codes
brandGuidelinesNoBrand guidelines and style requirements to ensure consistency
referenceImagesNoReference images to establish visual style (max 5)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/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 of explaining behavior. It does not disclose what the output looks like, how many assets are produced, whether files are returned directly, or how brand consistency is enforced. 'Complete pack' is a vague outcome rather than a clear behavioral contract.

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 two sentences with no filler. The first sentence states the core action and outcome, and the second provides usage context via concrete examples. It is front-loaded and appropriately sized.

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?

For a tool with eight parameters, no annotations, and no output schema, the description is too thin. It does not explain what the generated pack consists of, how inputs like logoFile or referenceImages are used, or what the agent should expect as a result. The description supports tool selection but not confident invocation.

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 description coverage is 100%, so the structured schema already documents all eight parameters. The description does not add meaningful parameter-level detail beyond the high-level idea of brand consistency and asset sets. Baseline 3 is appropriate because the schema handles the heavy lifting.

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 states a specific verb ('Generate') and resource ('complete pack of related web assets') while emphasizing brand consistency. Concrete examples like icons, banners, social media graphics, and UI kits clarify scope. It implies differentiation from the sibling generate_asset by focusing on packs rather than single assets, but it does not explicitly name the sibling.

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 phrase 'Perfect for creating cohesive sets' gives clear context for when to use the tool. It conveys that this is the right choice when multiple related assets are needed. However, it does not mention exclusions or explicitly contrast with generate_asset or ensure_brand_consistency.

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