Skip to main content
Glama
ayeyouok

a207-nutrition-assessment-mcp

by ayeyouok

assess_pew_risk

Screen for protein-energy wasting (PEW) risk by comparing 3-day average protein and energy intake against targets, returning low, medium, or high risk with evidence.

Instructions

独立 PEW(蛋白质-能量消耗)风险筛查:传入 3 日均值与目标,返回 low/medium/high 及依据。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
albumin_g_LNo
avg_protein_gYes
avg_energy_kcalYes
target_protein_gYes
target_energy_kcalYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the input/output behavior and return format, but does not mention side effects (though unlikely), handling of null albumin, or any algorithmic details beyond the output levels.

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, concise sentence that front-loads the purpose and includes all essential information without waste.

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 description covers the main required inputs and output, and the existence of an output schema covers return value details. However, it omits the optional albumin parameter and any nuance about the basis for risk levels, leaving a small gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only broadly mentions '3-day averages and targets' without naming specific parameters or units. The optional albumin_g_L parameter is entirely omitted, leaving it unexplained.

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 identifies the tool as an independent PEW risk screening function, specifying the inputs (3-day averages and targets) and output (low/medium/high with rationale). It distinguishes itself from sibling tools by focusing specifically on PEW risk.

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

Usage Guidelines4/5

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

The description implies the use case: when PEW risk screening is needed based on 3-day averages vs targets. It provides clear context but does not explicitly mention alternatives or exclusions, such as when to prefer assess_intake_vs_target.

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/ayeyouok/a207-nutrition-assessment-mcp'

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