Skip to main content
Glama
rpint

nfyy-ckd-risk-warning-mcp

by rpint

fetch_patient_biochemical_trends

Retrieve a patient's biochemical trend data, including current results, historical baseline, percentage changes, and Z-scores, to support CKD risk assessment.

Instructions

【南向 Mock 工具①】模拟调用院内 LIS 系统,获取患儿生化指标趋势数据包。

返回本次检验结果、约 N 个月前的历史基线、逐项变化百分比,以及身高/体重 Z 评分序列。 字段结构与院内 LIS 南向 MCP 接口一致,上线后仅需替换数据源。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthsNo回溯基线的月数,默认 3 个月。
patient_idYes患儿编号,如 C_8801。可用 list_mock_patients 查询。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 output contents (current results, baseline, change percentages, Z-scores) and reveals the mock nature and future data-source replacement, indicating it is a safe, read-only simulator. It does not explicitly state 'no side effects', but the fetch/simulation context makes this transparent.

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 sentences, front-loaded with a label and immediate description of the resource. No filler words. The mock prefix and the data structure explanation are both purposeful.

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?

Given an output schema exists, the description needn't detail return values, but it does anyway, enhancing clarity. It addresses the tool's purpose, mock nature, and the fields included. The tool is simple (2 params) and this description is sufficient.

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 schema describes both parameters (patient_id, months) with 100% coverage. The description does not add significant meaning beyond what the schema already states, though it connects 'months' to the historical baseline in the output. Baseline is 3 due to high schema coverage.

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 the verb '获取' (fetch) and the resource '患儿生化指标趋势数据包' (pediatric biochemical trend data package). The '南向 Mock 工具' prefix distinguishes it as a mock LIS tool, differentiating it from sibling tools like list_mock_patients or evaluate_risk_rules.

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 provides clear context by stating it simulates the hospital LIS system and returns trend data, implying when to use it (when LIS trend data is needed). It does not explicitly name alternatives or exclusions, but sibling tools are clearly for different purposes. The schema references list_mock_patients as a prerequisite, hinting at a workflow.

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/rpint/nfyy-ckd-risk-warning-mcp'

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