Skip to main content
Glama

Quote an image LoRA training

quote_image_training
Read-only

Use this before creating an image training job. Returns the exact price for the requested steps and image count, whether the account's free run is still available, and whether the current balance covers it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYesTraining steps. Out-of-range values are clamped, not rejected.
imageCountYesHow many images the user will upload.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
canStartYes
imageCountYes
availableCentsNo
shortfallCentsNo
estimatedMinutesNo
quotedPriceCentsYes
recommendedStepsNo
freeTrialAvailableYes

TDQS

A4.3/5.0
Behavior4/5

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

Given annotations already declare readOnlyHint=true and destructiveHint=false, the bar is lower. The description adds value by specifying the exact outputs (price, free run, balance coverage) and the timing (before creation), which goes beyond the safety profile.

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 sentences with zero waste. The primary usage instruction is front-loaded, and each clause adds distinct value (price, free run, balance). No redundancy.

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?

For a simple quote tool with two well-documented parameters and an output schema (not shown but noted), the description covers the essential context: when to use it and what it returns. No critical gaps.

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 fully documents both parameters. The description's mention of 'requested steps and image count' maps directly to the parameters but adds no additional semantic meaning beyond what the schema already provides.

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 specifies a clear verb ('quote') and resource ('image training'), and states it returns exact price, free run availability, and balance coverage. This distinguishes it from siblings like quote_training (generic) and create_image_training_job (creation).

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?

Provides explicit context: 'Use this before creating an image training job.' This tells when to use it, but does not mention alternatives or exclusions. Clear context without explicit when-not guidance.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct resource-action pair (training vs image training vs conversion vs requirements/quote/start/download). The consistent 'training' vs 'image_training' qualifiers prevent overlap between the two domains.

Naming Consistency5/5

All tools follow a clear verb_noun snake_case pattern (create_, get_, list_, quote_, start_, download_). The parallel naming for voice training and image training (e.g., create_training_job vs create_image_training_job) is predictable and consistent.

Tool Count4/5

18 tools is slightly above the typical 3-15 range, but each tool serves a necessary step in the training/conversion workflows (requirements, quote, create, start, poll, download). The count is justified by the server covering both voice and image training plus conversion.

Completeness4/5

The full lifecycle for training and conversion is covered: requirements gathering, quoting, job creation, upload, start, status checks, and output download. Minor gaps exist, such as no cancel/delete job operations and no dedicated list for image training jobs, but these are workable.

Resources