Skip to main content
Glama

TinyFn

daily_water_intake

Calculate recommended daily water intake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weight_kgYesWeight in kilograms
activity_levelNoActivity level: low, moderate, highmoderate

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
weight_kgYes
glasses_250mlYes
activity_levelYes
recommended_mlYes
recommended_litersYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It only says 'Calculate recommended' without specifying the formula, assumptions (e.g., weight-based guidelines), or units of output. The activity level parameter's effect is not explained.

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 that directly conveys the purpose without any extraneous information. It is optimally concise.

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?

While the tool is simple and has an output schema (assumed to document returns), the description lacks key context about the calculation logic (e.g., formula based on weight and activity level). Adequate but has gaps.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds no additional meaning beyond what is in the schema. Baseline score of 3 is appropriate.

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 'Calculate recommended daily water intake,' which is a specific verb+resource combination. Among siblings like calculate_bmi or ideal_weight, this tool is uniquely about water intake.

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?

No guidance on when to use this tool versus alternatives. For instance, if activity level is relevant, no mention of context like exercise or climate. No exclusions or comparisons provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.