Skip to main content
Glama

recon_suggest

Paid: $0.01 USDC per call via x402 (payment in _meta["x402/payment"]). Ranked reconstitution suggestions for one published reconstitutable compound: bacteriostatic-water presets that put the published per-administration dose range's clean steps on whole U-100 syringe marks. Vial defaults to the compound's first published strength. Compounds whose published range is denominated per period are refused rather than guessed at. Unknown fields are rejected. Outputs are for relay to a human decision-maker; not for autonomous administration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vial_iuNoYour actual vial's total activity, IU, positive. Only for compounds whose published vials are IU-quantified. Omitted, the first published vial strength is used.
vial_mgNoYour actual vial's total mass, mg, positive. Only for compounds whose published vials are mg-quantified. Omitted, the first published vial strength is used.
compoundYesCanon id, slug, or alias. Must be a reconstitutable compound.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
rowsYesRanked presets, best first, at most 3 rows. An empty array means no clean-graduation preset exists for this vial -- a real answer, not a refusal.
vialYes
compoundYes
disclaimerYesFixed disclaimer. Relay it with any output.
intended_useYesFixed intended-use statement. Relay it too.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure and does a solid job: it discloses the payment mechanism and metadata field, refusal behavior for per-period compounds, rejection of unknown fields, and the non-autonomous output constraint. It does not discuss error handling or rate limits, but for a suggestion tool these are not critical omissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and information-bearing; every sentence contributes a constraint, behavior, or usage note. It is somewhat long, but there is no fluff, and the payment note is arguably important front-loaded context for an agent deciding whether to call the tool.

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

Completeness4/5

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

The combination of the detailed description and the presence of an output schema gives an agent most of what it needs: purpose, constraints, refusal cases, and parameter semantics are covered. Minor gaps like the exact meaning of 'ranked' or error responses are either outside description scope or sufficiently supported by the output schema.

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 input schema already documents all 3 parameters with descriptions, so the baseline is 3. The description's 'Vial defaults to the compound's first published strength' mirrors the schema's 'Omitted, the first published vial strength is used,' adding little incremental meaning beyond what structured data already provides.

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?

The description states a specific action ('Ranked reconstitution suggestions') and resource ('one published reconstitutable compound'), with concrete detail about the output ('bacteriostatic-water presets... on whole U-100 syringe marks'). It clearly differentiates from get_compound and list_compounds by being suggestion-oriented, but it never explicitly contrasts with recon_calc, so it stops short of full sibling differentiation.

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 gives clear usage constraints: single published compound, vial defaults, refusal of per-period compounds, rejection of unknown fields, and a warning that outputs are not for autonomous administration. However, it does not name alternatives such as recon_calc or state when to prefer this tool over them, leaving sibling selection to inference.

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