Skip to main content
Glama

get fine tuning bakeoff

get_fine_tuning_bakeoff
Read-onlyIdempotent

Retrieve a fine-tuning job's bake-off verdict (improved/regressed/inconclusive), metrics, and spend to determine if the tuned model is worth deploying.

Instructions

Read a fine-tune's bake-off state, verdict (improved / regressed / inconclusive with NLL, perplexity and optional judged pass rates) and ledger-true spend — to decide whether the tuned model is worth deploying. GET /v1/fine_tuning/jobs/{id}/bakeoff (API-key scope: read). Returns: {status ("none"|"queued"|"running"|"done"|"failed"), error|null (customer-safe reason when failed), holdout_present (false = no validation split, so a comparison cannot be offered), available (platform compute configured), estimated_max_usd|null (the consent ceiling a start would hold; null when no GPU rate is configured), verdict|null: {verdict ("improved"|"regressed"|"inconclusive", sign-test backed), nll_base, nll_tuned, win_count, total, ppl_base, ppl_tuned, judged?: {criterion_id, criterion_name, base_pass_rate, tuned_pass_rate, scored}|null}, spent_usd}. Notes: Unlike other GETs this one requires an OWNER/ADMIN minting user (403 otherwise) because it reads spend. 404 "Run not found" when the job is not in this workspace. status "none" with holdout_present=false means the run can never be compared (no held-out split). Feature-flag gated (404 when fineTuning is off). Read-only, no spend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe fine-tuning job id.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark this as read-only, idempotent, and non-destructive, and the description adds valuable behavioral detail beyond them: the special 403 owner/admin requirement, 404 conditions, status semantics, the holdout_present meaning, and a closing 'Read-only, no spend' confirmation. No contradiction with 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?

Despite being long, every clause earns its place because there is no output schema to carry return semantics. The opening sentence front-loads the core purpose, then the return contract and edge cases are organized in a readable sequence. No filler or repetition.

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 tool with one simple parameter, no output schema, and meaningful conditional behavior, the description is unusually complete: it covers the response shape, failure modes, permission requirements, feature-flag behavior, and the no-holdout case. An agent has enough information to invoke it correctly and interpret its results.

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?

The schema already documents the only parameter, id, with 100% coverage, so baseline 3 applies. The description confirms the id appears in the endpoint path but adds no additional parameter-level format, constraints, or examples beyond what the schema 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?

Description starts with a precise verb and resource: 'Read a fine-tune's bake-off state, verdict ... and ledger-true spend'. It also states the decision context ('to decide whether the tuned model is worth deploying'), making the purpose unmistakable and distinguishing it from sibling mutation tools like start_fine_tuning_bakeoff.

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 clear context on when to use the tool and important exclusions: requires an OWNER/ADMIN minting user, returns 404 when the job is not in the workspace or when the feature flag is off, and explains when a comparison cannot be offered. It does not explicitly name sibling alternatives, but the read/bakeoff naming plus the 'Unlike other GETs' note gives sufficient routing guidance.

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