Skip to main content
Glama
zztdandan

image-generate-mcp-remote

by zztdandan

Nano Banana 2 Official

nano_banana_2_official

Generate or edit images via a Gemini-compatible API with configurable presets, sizes, aspect ratios, and thinking levels.

Instructions

Generate or edit images via the Gemini compatible gateway. The active startup preset owns provider, model, timeout, retry, and field dispatch behavior. You may override preset and api_key per call; if preset is supplied, api_key is required in the same request. Without overrides, the configured preset and API key are used. Use image_size plus aspect_ratio from the shared catalog enums. Invalid size errors include the supported preset list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYes
modeYes
promptYes
save_pathYes
response_modalitiesNo
aspect_ratioNo1:1
image_sizeNo1K
thinking_levelNominimal
include_thoughtsNo
presetNo
api_keyNo
input_imagesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description bears full burden. It discloses that the preset owns provider, model, timeout, retry, and dispatch behavior, and specifies override rules (preset + api_key required together). This adds significant behavioral context beyond the schema, though it could mention response modality handling or other traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, front-loaded with purpose. It is concise and covers key points without unnecessary detail, though the structure could be improved by separating purpose, configuration, and error behavior more clearly.

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?

Given 12 parameters and no schema descriptions, the description covers critical behavioral aspects (preset ownership, overrides) and references enums, but lacks details on mode (generate vs edit), prompt handling, save_path semantics, and output behavior. An output schema exists, but the description does not leverage it comprehensively.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only mentions image_size and aspect_ratio as coming from catalog enums, and that invalid size errors include preset list. The other 10 parameters (including required ones like prompt and save_path) are not explained, leaving significant gaps.

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 clearly states the tool generates or edits images via a Gemini compatible gateway, which distinguishes it from GPT-based siblings like gpt_image_2_official. The verb 'Generate or edit' and the specific resource 'images' provide a precise purpose.

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

Usage Guidelines3/5

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

The description implies usage for Gemini-based image tasks and mentions override behavior, but it does not explicitly state when to use this tool versus alternatives (e.g., when to prefer GPT). No explicit when-not or exclusion guidance is provided.

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/zztdandan/image-generate-mcp-remote'

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