Skip to main content
Glama
tobiask1977

RAPT.io MCP Server

by tobiask1977

set_fermentation_chamber_heating_hysteresis

Set the heating hysteresis (deadband) for a fermentation chamber. Provide the chamber ID and a hysteresis value from 0.1 to 10 to control temperature deadband.

Instructions

Set the heating hysteresis (deadband) for a fermentation chamber. Valid range: 0.1–10.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesHeating hysteresis value (0.1–10)
chamber_idYesUUID of the fermentation chamber
Behavior2/5

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

With no annotations provided, the description carries the burden of disclosing behavioral traits. It only states 'Set' and the valid range, but does not mention effects on the fermentation chamber, whether the change takes effect immediately, or any implications for temperature control. This is minimal disclosure for a mutating operation.

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 a single sentence, 12 words, and front-loaded with the core action and object. It includes the valid range without redundancy. Every word earns its place, and it is appropriately sized for a simple setter tool.

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

Completeness3/5

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

For a simple setter with only two parameters and no output schema, the description provides the essential purpose and value range. However, it lacks any context about alternative tools or system effects, and with no annotations, the description alone is not fully complete. It is minimally viable but could be enhanced with a note about when to use this versus cooling hysteresis.

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 describes both parameters with 100% coverage, so the baseline is 3. The description adds the term '(deadband)' and the valid range '0.1–10', but these largely repeat information already in the schema's property descriptions (e.g., 'Heating hysteresis value (0.1–10)' for the value parameter). Thus, it adds no substantial new meaning.

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 tool's function: 'Set the heating hysteresis (deadband) for a fermentation chamber.' It uses a specific verb ('Set') and resource ('heating hysteresis for a fermentation chamber'), and the term 'heating' distinguishes it from the sibling tool 'set_fermentation_chamber_cooling_hysteresis'.

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?

The description provides no guidance on when to use this tool versus alternatives, such as when to adjust heating hysteresis as opposed to cooling hysteresis or other chamber settings. It only gives a valid range, which is more about parameters than usage context.

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/tobiask1977/raptio-mcp'

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