Skip to main content
Glama

creative_studio_providers_list

List image-generation providers configured for Creative Studio, including capabilities and model IDs, to help choose a provider before generating visuals.

Instructions

List the image-generation providers available to Creative Studio. Each entry reports its name, whether it is configured (an API key in the credential store / env var, or — for the local Codex CLI provider — no key at all, just codex login), its capabilities, and its model ids. In capabilities, 'edit' is edit-path support, 'max_size' is the per-axis maximum ([max width, max height]) and NOT necessarily a generatable size, and the optional 'supported_sizes' is the exact [width, height] menu the provider renders (other requests are clamped to it); its absence means arbitrary sizes up to max_size. Call this before creative_studio_generate_visual to see which providers can be selected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Since no annotations are provided, the description fully carries the behavioral disclosure burden. It explains what each entry reports (name, configured status, capabilities, model ids), the configuration criteria (API key or codex login), and the nuanced semantics of 'edit', 'max_size', and 'supported_sizes', including the clamping behavior. This goes well beyond a simple list.

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 dense but well-organized. It front-loads the core purpose, then details entry components, then clarifies capability field semantics, and ends with an explicit usage call. Every sentence contributes valuable information without redundancy or fluff.

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?

Given there is no output schema and no annotations, the description provides comprehensive context: what the tool returns, how to interpret the fields, configuration requirements, and when to call it. It equips the agent to use the tool effectively and understand results without additional guessing.

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 tool has zero parameters, so the schema provides no parameter information. The description doesn't add parameter-specific meaning (there are none), but it thoroughly explains the output structure and field semantics. Baseline for 0 params is 4, and the description meets that without exceeding into parameter territory.

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 opens with 'List the image-generation providers available to Creative Studio', a specific verb+resource statement. It clearly distinguishes this tool from sibling tools like creative_studio_generate_visual or creative_studio_edit_visual by framing it as a discovery/list operation.

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?

Explicitly instructs 'Call this before creative_studio_generate_visual to see which providers can be selected', giving a clear when-to-use directive. It also conveys the purpose of checking provider configuration and capabilities, which helps the agent decide to invoke it appropriately.

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/logly/mureo'

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