Skip to main content
Glama

KinToolkit: Medicine Dosage Calculator Label References for Children and Infants

List supported medicine bottles

list_calculator_bottles

List the five supported US liquid medicine bottles, exact concentrations and public label-band identifiers. No patient inputs. Minimal operational telemetry records no tool arguments or results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeYes
bottlesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

All four annotations are false, so the description carries the burden of behavioral disclosure. It adds two useful behavioral facts beyond the annotations: 'No patient inputs' (privacy scope) and 'Minimal operational telemetry records no tool arguments or results' (logging behavior). The verb 'list' strongly implies a read-only, non-mutating operation, so no side-effect ambiguity exists. It does not explicitly say 'read-only', but the description adds meaningful context beyond the schema.

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 two sentences with zero filler. The core purpose is front-loaded, followed by two concise behavioral constraints. Every sentence earns its place, and no information is repeated or extraneous.

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 zero-parameter list tool with an output schema present, the description covers what is needed: it lists five US liquid medicine bottles, confirms no patient inputs, and notes telemetry limitations. Since the output schema exists, the description doesn't need to detail return structure. Nothing an agent needs to invoke this correctly is missing.

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 and the schema is empty with 100% coverage, so the baseline is 4. The description adds no parameter-specific detail, which is appropriate; it only reinforces that no patient inputs are expected, aligning with the empty schema.

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 states the exact action ('List'), the resource ('the five supported US liquid medicine bottles'), and the specific contents (exact concentrations and public label-band identifiers). This clearly distinguishes it from the sibling tool get_label_directions, which handles directions rather than enumeration.

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 through its title and first sentence, and the phrase 'No patient inputs' hints that this is a general reference not tied to a specific patient. However, it does not explicitly mention the sibling tool get_label_directions or provide any when-not-to-use or alternative-routing guidance, leaving usage context only implicit.

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.

Resources