Skip to main content
Glama

list fine tuning jobs

list_fine_tuning_jobs
Read-onlyIdempotent

Retrieve workspace fine-tuning jobs to monitor training from CI or scripts, with live status, progress, output model, and price.

Instructions

List this workspace's fine-tuning jobs (newest first) with live status, progress, output model and price — for monitoring training from CI or a script. GET /v1/fine_tuning/jobs (API-key scope: read). Returns: A bare JSON array: [{id, provider_job_id, name|null, base_model, method ("supervised"|"spec-draft"), status (VALIDATING_FILES|QUEUED|RUNNING|SUCCEEDED|FAILED|CANCELLED), fine_tuned_model|null, deployed_model_name|null (servable name after deployment), deploy_status|null ("queued"|"staging"|"relaying"|"converting"|"provisioning"|"serving"|"failed"), deploy_error|null, trained_tokens (string)|null, trained_steps|null, total_steps|null, rate_per_m_token_usd (customer price per 1M trained tokens), billed_cost_usd|null (set on completion), error|null, created_at}]. Notes: Statuses are reconciled live against the training backend on each call (best effort; DB state served on backend error); a locally terminal status is never resurrected. Internal margin (markup) is stripped from the wire shape. Feature-flag gated (404 when fineTuning is off). Read-only, no spend. Scopes not enforced on this route today.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false; the description goes well beyond these by disclosing live reconciliation against the training backend, best-effort status on backend error, that locally terminal statuses are never resurrected, markup stripping, feature-flag gating (404), read-only/no-spend guarantees, and the fact that scopes are not enforced. This is rich, non-redundant behavioral context.

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?

Although the description is long, it is tightly structured: purpose, endpoint/auth scope, return shape, and behavioral notes. Every sentence adds necessary information, especially because there is no output schema to carry return-value documentation. The key purpose is front-loaded.

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?

With no output schema and zero parameters, the description carries the full burden of explaining what the agent will receive and how the backend behaves. It documents the exact array shape, all notable fields, status enums, deployment statuses, pricing fields, error cases, and live-vs-terminal semantics. The only minor omission is explicit pagination behavior, but for a monitoring list endpoint this is not a significant gap given the complete field-level return specification.

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 and the schema coverage is 100%, so there is nothing for the description to add about parameter semantics. The baseline for 0-parameter tools is 4, and the description correctly omits irrelevant parameter details while focusing on output and behavior.

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 states a specific verb and resource ('List this workspace's fine-tuning jobs'), adds meaningful qualifiers (newest first, live status, progress, output model, price), and is clearly distinct from sibling tools like get_fine_tuning_job, create_fine_tuning_job, and cancel_fine_tuning_job. It also names the exact HTTP endpoint, leaving no ambiguity about scope.

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 explicitly frames the intended use case ('for monitoring training from CI or a script') and states the read-only, no-spend nature. It does not explicitly name alternatives or give when-not-to-use conditions, but the context is clear enough that an agent can select it correctly among siblings.

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

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/omnia-v/errorbar-mcp'

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