Skip to main content
Glama

List Styles

list_available_styles
Read-onlyIdempotent

List publicly available styles from /v2/styles/selector. Use this to discover valid prompt_style values plus style metadata such as require_input_image and supports_reference_images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabNoFilter styles by tab: tab:image, tab:animation, tab:advanced-animation, or tab:tileset.
modelNoFilter styles by model: rd_fast, rd_plus, rd_pro, or rd_mini.
rd_api_keyNoRetroDiffusion API key (rdpk-...) for this call only; overrides session or header auth.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so no safety contradiction exists. The description adds useful behavioral context by naming the exact endpoint and the metadata fields returned, which goes beyond the annotations. It does not go into details like pagination or response envelope, but the output schema likely covers that.

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 two sentences with no filler. The primary action and endpoint are front-loaded, followed immediately by the practical purpose and example metadata fields. Every sentence earns its place.

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?

The tool has no required parameters, a complete input schema, an output schema, and annotations that clearly establish it as a safe read-only operation. The description adds endpoint and purpose context, making the tool fully understandable for an agent without any apparent missing information.

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%, so the schema already explains tab, model, and rd_api_key with their filtering values and defaults. The description adds overall purpose but does not enrich the meaning of individual parameters beyond what the schema provides. Therefore, the baseline 3 is appropriate.

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 uses a specific verb and resource: 'List publicly available styles from /v2/styles/selector.' It also clearly states the tool's purpose: discovering valid prompt_style values and style metadata such as require_input_image and supports_reference_images. This clearly differentiates it from sibling tools like list_available_models or style-management tools.

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 description gives clear usage context: 'Use this to discover valid prompt_style values plus style metadata.' This implies the right time to call it when an agent needs style options before creating or running an inference. It does not explicitly mention alternatives or exclusions, such as not using it for user-defined styles, so it stops short of a 5.

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.