Skip to main content
Glama
mikeroussell

Nano Banana MCP Server

by mikeroussell

List Nano Banana Models

nanobanana_list_models
Read-onlyIdempotent

Retrieve available image generation models with details like IDs, capabilities, features, and maximum resolutions for API integration.

Instructions

List available Nano Banana image generation models and their capabilities.

Returns information about:

  • Model IDs for API calls

  • Model names and descriptions

  • Features and capabilities

  • Maximum resolution supported

Args:

  • response_format (string): Output format. Options: 'markdown' (default), 'json'

Returns:

  • models: Array of model information objects with id, name, description, features, maxResolution

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readable. Default: markdownmarkdown
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, covering safety and idempotency. The description adds useful context about the return structure (array of model information objects with specific fields) and output format options, which goes beyond annotations. No contradiction with annotations.

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 well-structured and front-loaded with the core purpose, followed by bullet points detailing return information and a concise parameter/return section. Every sentence adds value without redundancy, making it efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one optional parameter, read-only operation) and rich annotations, the description is mostly complete. It details return values since there is no output schema, but could slightly improve by mentioning if the list is paginated or static. Overall, it provides sufficient context for effective use.

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%, with the parameter 'response_format' fully documented in the schema (including enum values and default). The description repeats some of this information but adds minimal extra meaning, such as noting 'markdown' for human-readable and 'json' for machine-readable, which is already implied in the schema. Baseline 3 is appropriate as the schema does the heavy lifting.

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 specific verb ('List') and resource ('available Nano Banana image generation models and their capabilities'), distinguishing it from sibling tools that compose, edit, or generate images. It explicitly identifies what information is returned, making the purpose unambiguous.

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 implies usage by listing models for reference before using generation tools, but does not explicitly state when to use it versus alternatives or any exclusions. It provides clear context as a reference tool, but lacks explicit guidance on when not to use 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/mikeroussell/nano-banana-mcp'

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