Skip to main content
Glama

reinvent_rl_scoring_design_guide

Obtain the scoring-function design guide for REINVENT RL runs, with authoritative transform schemas. Map objectives, choose valid transforms, set weights, and confirm the TOML config.

Instructions

Return the scoring-function design guide for an RL run, with AUTHORITATIVE score transform schemas introspected from the live REINVENT registry.

Use this as the source of truth for transforms: valid_transform_types lists every accepted transform (8 in REINVENT 4.7.x: sigmoid, reverse_sigmoid, double_sigmoid, step, left_step, right_step, value_mapping, exponential_decay) and transform_parameter_schemas gives each one's exact required/optional keys and defaults. Never use a transform type not in this list.

NOTE: This tool does NOT define scoring component names or their parameter schemas — those are injected separately (in the orchestrator via jobs/component_registry.json, which also carries the test_status / rl_compatible / sync_status readiness gate). Take component names and params from there; route missing components to /custom-component.

Steps: (1) identify objectives, (2) map objectives to components (from the component registry), (3) choose transforms (schemas here), (4) set weights, (5) confirm TOML.

Call this before reinvent_reinforcement_learning to collect the scoring config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that schemas are introspected from the live registry (implying read-only, authoritative data) and explicitly scopes out component definitions, which helps set expectations. However, it doesn't explicitly state read-only behavior or other potential side effects, so a small gap remains.

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?

The description is well-structured: a front-loaded purpose sentence, then key notes, steps, and a call-to-action. Every sentence adds value, and the layout (with NOTE and numbered steps) enhances readability despite the length.

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 no parameters and no output schema, the description is remarkably complete. It explains what the tool returns (transform types and schemas), what it excludes (components), provides a 5-step usage process, and specifies when to call it relative to the RL workflow.

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, so the baseline is 4 per the rubric. The description mentions that it returns lists like valid_transform_types and transform_parameter_schemas, but since there are no params to explain, this is sufficient.

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 that the tool returns a scoring-function design guide with authoritative transform schemas from the live REINVENT registry. It distinguishes itself from siblings by explicitly noting it does not define component names/params, and by positioning itself as the source of truth for transforms.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'Call this before reinvent_reinforcement_learning to collect the scoring config.' It also states alternatives (component registry for components, /custom-component routing) and prohibitions ('Never use a transform type not in this list').

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/pregHosh/Solitarius-mcp'

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