Skip to main content
Glama

local_gpu_branch_run

Create an immutable child revision run from a reviewed parent round. Use a contract to preserve or change specific targets and select an edit mode for controlled iterative updates.

Instructions

Create an immutable child revision run from one reviewed parent round.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contractYes
edit_modeYes
max_roundsYes
parent_roundYes
parent_run_idYes
denoising_strengthNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses one behavioral trait ('immutable') but omits side effects, permissions, or how the child run relates to the workflow. For a creation tool, this is insufficient transparency.

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

Conciseness2/5

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

The description is a single concise sentence, but it is under-specified for a tool with six parameters. Conciseness should not come at the expense of necessary details; this is too terse.

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?

Given the tool's complexity (6 parameters, nested contract, output schema, 16 siblings), a one-sentence description is completely inadequate. It lacks context on the run lifecycle, the meaning of contract fields, and when to start a child versus other run operations.

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

Parameters1/5

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

The schema has 0% description coverage and the description adds no parameter meaning. It only implies 'parent_round' through 'reviewed parent round,' but the complex contract, edit_mode, and denoising_strength are unexplained.

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 ('Create') and the resource ('immutable child revision run'), and it distinguishes this from sibling tools like local_gpu_start_run and local_gpu_generate_round by specifying it is a child of a reviewed parent round.

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 phrase 'from one reviewed parent round' provides clear context and a prerequisite, but it does not explicitly name alternatives or state when not to use. Still, it gives enough directional guidance.

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/zc4578980-tech/local-gpu-imagegen'

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