Skip to main content
Glama

rh_upload_lora

Upload a registered project LoRA for RunningHub workflows via the dedicated RHLoraLoader flow; signed upload URLs are not returned or stored as graph references.

Instructions

Upload one registered project LoRA through the dedicated RHLoraLoader flow; signed upload URLs are never returned or stored as graph references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYes
project_idYes
work_item_idYes
backend_profile_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It discloses one useful negative trait ('signed upload URLs are never returned or stored as graph references'), but says nothing about permissions, mutation/reversibility, side effects, or what the call returns.

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?

A single tightly worded sentence with the core action front-loaded and no filler. The trailing clause about URLs is dense but earns its place by conveying behavior.

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

Completeness2/5

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

For an unannotated mutation/upload tool with 0% schema coverage, four undocumented params, and no output schema, the description omits prerequisites, permissions, return behavior, and parameter meaning. It is far short of complete.

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 coverage is 0% for four parameters. 'Registered project LoRA' faintly implies project_id and asset_id, but work_item_id and backend_profile_id receive no meaning at all, so the description largely fails to compensate for the empty schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 ('Upload one registered project LoRA') and names the loader flow, so an agent knows the operation. It does not, however, distinguish itself from any of the many rh_* siblings, so it earns a clear but undifferentiated 4.

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?

There is no explicit when-to-use or when-not-to-use guidance, and no alternative tool is named. The word 'registered' weakly implies a prerequisite (the LoRA must already be registered), but this is inference rather than stated guidance.

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