Skip to main content
Glama

List Image Providers

list_providers

Retrieve all configured image generation providers and their available models, optionally filtered by provider name, to pick the right backend for your AI image tasks.

Instructions

List all configured image generation providers and their available models

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerNoFilter by provider name: openrouter, together, replicate, fal

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It implies a read-only enumeration of current configuration ('configured providers', 'available models'), which is helpful, but it says nothing about authentication requirements, whether credentials or keys are exposed in the output, or how large the result can be.

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?

A single front-loaded sentence with no filler; the resource and scope are stated immediately and nothing is wasted.

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?

For a simple, parameterized list tool with one fully documented optional parameter and no output schema, the description covers the essential purpose. The remaining gap is minor: it does not describe the shape of the returned provider/model list or indicate whether filtering is exact-match.

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% and the single optional 'provider' parameter already enumerates the accepted values (openrouter, together, replicate, fal) plus its filter semantics, so the description adds nothing beyond the schema. Baseline 3 applies when the schema does 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 gives a specific verb and resource ('List all configured image generation providers and their available models'), and it is easy to tell apart from the sibling generate_image, which performs a mutation rather than discovery. It stops short of naming the sibling or contrasting behavior explicitly, so it is clear but not maximally differentiated.

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?

There is no statement of when to use this tool versus alternatives, nor any workflow context (e.g., 'use before generate_image to discover valid providers'). The optional provider filter is never mentioned in the description, so its usage is left entirely to the schema.

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

Deploy Server

Other Tools