Skip to main content
Glama
dev66613

openrouter-image-gen-mcp

by dev66613

list_models

Show available image generation models and their details to help you choose the right one for your image generation needs.

Instructions

Show information about the Gemini image generation model

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3/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 behavioral disclosure. 'Show information' implies a read-only operation, but it does not disclose what data is returned, whether a remote API is called, or whether any rate limits or prerequisites apply.

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 a single short sentence with no filler. It loses one point because 'Show information about' is somewhat vague and 'model' is singular, while the tool name list_models suggests listing multiple models.

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?

Despite being a zero-parameter tool, there is no output schema, no annotations, and no description of what information will be shown or how this tool relates to generate_image. An agent can guess the basic behavior, but important selection and return-value context is missing.

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 input schema has zero properties and schema coverage is 100%, so there are no parameter semantics to document. The description cannot add meaning to an already complete empty schema.

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 uses a clear verb-resource pair: 'Show information' about 'the Gemini image generation model.' It is distinguishable from the sibling generate_image because one provides model information and the other generates images, though it does not explicitly name or contrast 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 Guidelines2/5

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

No guidance is given about when to call this tool instead of generate_image. The only implied context is that listing model information might precede generation, but the description does not state this or any other selection criteria.

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/dev66613/openrouter-image-gen-mcp'

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