Skip to main content
Glama

list_image_models

Compare image-generation models by strengths, price, aspect ratios, and reference-image support. Confirm allowed aspect ratios and resolution tiers before generating images.

Instructions

List the available image-generation models (with strengths, price, the aspect ratios each accepts and how many reference images it takes), plus the valid aspect ratios and resolution tiers that image_generate accepts. Use when you need to choose a model and don't already have one in mind (e.g. an open-ended request), or to check the valid aspect_ratio / resolution values, or how many reference images a model will take, before calling image_generate — most of the time the model is the default or already specified. Pass an optional 'query' to filter models by use-case keyword (e.g. 'text', 'photorealistic', 'fast').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional keyword to filter models by use-case (matches the name, display name, and strengths).
Behavior4/5

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

With no annotations provided, the description carries the burden of describing behavior. It details what data the tool returns (strengths, price, aspect ratios, reference image count, valid aspect ratios/resolution tiers) and the query filter behavior. It does not mention output format or potential errors, but for a read-only listing tool this is adequate context.

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 tightly written with essential information only: purpose, contents, usage conditions, and parameter example. Despite being dense, every clause adds value, and the structure front-loads the action.

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

Completeness5/5

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

For a simple listing tool with one optional parameter and no output schema, the description is comprehensive: it lists the return contents, the query semantics, and the relationship to image_generate. No further information is needed for an agent to decide when to invoke it.

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

Parameters4/5

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

The parameter 'query' is fully described in the schema (coverage 100%), and the description adds concrete examples ('text', 'photorealistic', 'fast') and clarifies the filtering matches use-case keywords. This adds value beyond the schema's description.

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 lists available image-generation models with details (strengths, price, aspect ratios, reference image count) and additionally the valid aspect ratios and resolution tiers for image_generate. It uses the specific verb 'List' and resource 'image-generation models', distinguishing it from sibling list tools for video/audio models.

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

Usage Guidelines5/5

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

The description explicitly says when to use it: when you need to choose a model and don't already have one in mind, or to check valid aspect_ratio/resolution values before calling image_generate. It also states when not needed ('most of the time the model is the default or already specified'), providing clear exclusions.

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/SupercmoHQ/superCMO-skills'

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