Skip to main content
Glama

Calculate Water Additions

calculate_water_additions

Calculate mineral salt additions to adjust brewing water from any source profile to any target profile, supporting both named profiles and custom ion values.

Instructions

Calculate mineral salt additions needed to adjust brewing water from a source profile to a target profile. Supports named profiles or custom ion values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_profileNoNamed source water profile (e.g. 'Reverse Osmosis', 'Dublin')
source_calciumNoSource calcium (ppm)
source_magnesiumNoSource magnesium (ppm)
source_sodiumNoSource sodium (ppm)
source_chlorideNoSource chloride (ppm)
source_sulfateNoSource sulfate (ppm)
source_bicarbonateNoSource bicarbonate (ppm)
target_profileNoNamed target water profile (e.g. 'Burton-on-Trent', 'Pilsen')
target_calciumNoTarget calcium (ppm)
target_magnesiumNoTarget magnesium (ppm)
target_sodiumNoTarget sodium (ppm)
target_chlorideNoTarget chloride (ppm)
target_sulfateNoTarget sulfate (ppm)
target_bicarbonateNoTarget bicarbonate (ppm)
volume_litresYesWater volume in litres
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions support for named profiles or custom ion values, but does not describe the output format, return values, or any constraints like the required volume parameter. This leaves significant ambiguity about tool behavior.

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?

Two concise sentences: first states purpose, second adds key capability. No wasted words, front-loaded.

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?

Despite 15 parameters and no output schema, the description is minimal. It does not explain how to combine named profiles with custom values, does not mention that volume_litres is required, and provides no examples. The tool is complex but the description is not sufficiently complete.

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?

Schema description coverage is 100%, baseline 3. The description adds value by clarifying that parameters can be supplied via named profiles or custom ion values, which is not obvious from the schema alone. This helps the agent understand how to use the many parameters.

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?

Description clearly states 'Calculate mineral salt additions needed to adjust brewing water from a source profile to a target profile.' This is a specific verb and resource, but it does not explicitly distinguish from the sibling tool 'match_water_profile'. However, the focus on calculating additions is clear.

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

Usage Guidelines3/5

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

The description implies usage when adjusting water profiles ('needed to adjust'), but it does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives like 'match_water_profile'.

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/gregario/brewers-almanack'

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