Skip to main content
Glama

List studio models

list_studio_models
Read-only

List the Studio image/video/audio model catalog (keys, pricing, capabilities, min plan). Pass a model's key to studio_generate_image/video/audio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, destructiveHint=false, openWorldHint=false). Beyond that, the description discloses what the read actually returns (keys, pricing, capabilities, min plan), which is useful behavioral context about the payload rather than a restatement of the 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?

Two tightly written sentences: the first front-loads purpose and return content, the second supplies the follow-up action. No wasted words and nothing buried.

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 single-optional-parameter list tool with no output schema and full annotation coverage, the description supplies purpose, payload contents, and the next step. The only omission is clarifying the `mode` filter, which is a minor gap.

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 0% and the single `mode` enum parameter is never named or explained. The description's phrase 'image/video/audio' hints at the mode dimension but does not state that `mode` filters the catalog to one media type, so it only partially compensates for the coverage gap.

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?

States a specific verb+resource ('List the Studio image/video/audio model catalog') and enumerates the payload it returns (keys, pricing, capabilities, min plan). It also names the sibling generate tools that consume the key, so an agent can distinguish this discovery tool from the generation tools without opening either schema.

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 second sentence ('Pass a model's `key` to studio_generate_image/video/audio') makes the workflow and purpose clear: call this to obtain a key before generating. It gives concrete context but does not state explicit when-not conditions or name a competing alternative list tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources