Skip to main content
Glama

_mcp_create_training_config

Generates a LoRA training configuration YAML for a given project and base model, then writes it to the config/ directory.

Instructions

Render a LoRA training config YAML and write it to the project config/ directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lrNo
epochsNo
frameworkNounsloth
lora_rankNo
schedulerNocosine
base_modelYes
batch_sizeNo
project_idYes
max_seq_lenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that it writes to the config/ directory, but lacks details on whether it overwrites existing files, required project existence, or permissions. No annotations are provided, so the description carries the full burden, but it is only partially transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clear sentence that efficiently conveys the core action. It is front-loaded and avoids unnecessary words, though it could benefit from parameter bullet points.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 9 parameters, 0% schema coverage, and no annotations, the description is far from complete. It does not explain return values, prerequisites, or side effects beyond writing to config/, making it insufficient for correct tool invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning no parameter descriptions exist. The description adds no information about any of the 9 parameters, leaving the agent to infer meaning from names and defaults alone.

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 clearly states the action ('Render...and write'), the resource ('LoRA training config YAML'), and the destination ('project config/ directory'), distinguishing it from sibling tools that create other configs or perform other MCP operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use or not use this tool versus alternatives. The description implies it's for creating a training config, but does not compare to siblings like _mcp_generate_inference_config or _mcp_run_local_synthetic_train.

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

Install Server

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/Casius999/fine-tuning-os'

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