Skip to main content
Glama
ayeyouok

a207-followup-mcp

by ayeyouok

schedule_followup

Create a follow-up plan for pediatric CKD patients, with visit frequency automatically computed per KDIGO 2024 recommendations. Get a plan with the next due date.

Instructions

创建随访计划(写,MX 收口:仅医生/营养师/编排层)。频率按 KDIGO 2024 儿科推荐自动计算。

ckd_stage=G1/G2/G3a/G3b/G4/G5/G5D;anchor_date=本次就诊日 YYYY-MM-DD;plan_summary 摘要所有角色可见; note_to_clinician 仅医生/营养可见。返回含 next_due_date 的计划。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
callerYes
ckd_stageYes
patient_idYes
visit_typeNooutpatient
anchor_dateYes
plan_summaryYes
albuminuria_stageNoA1
note_to_clinicianNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, but the description discloses key behavioral traits: it's a write operation with restricted roles, automatically computes follow-up frequency per KDIGO 2024, and defines field-level visibility (plan_summary visible to all, note_to_clinician restricted). It also states the return includes next_due_date. It does not mention error handling, idempotency, or auth requirements, but covers critical behavior.

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 concise sentences, front-loaded with the core purpose and role restriction, followed by a compact parameter legend. Every clause adds value with no fluff.

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?

Given a write tool with 8 parameters and no annotations, the description covers purpose, access control, algorithm, key parameters, and return value. The output schema is present, so return details are covered. Missing edge-case behavior and some parameter meanings reduce completeness slightly, but it's strong overall.

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 0%, so the description must compensate. It explains ckd_stage allowed values (G1-G5D), anchor_date format, and visibility semantics for plan_summary and note_to_clinician. However, it leaves caller, visit_type, albuminuria_stage, and patient_id unexplained, so coverage is partial.

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 '创建' (create) and resource '随访计划' (follow-up plan), explicitly noting it is a write operation ('写') with role restrictions. It differentiates from sibling read tools (get_followup_records etc.) by its creation focus and mentions automatic KDIGO calculation.

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 access context (only doctors/nutritionists/orchestration layer) and indicates the tool is for creating follow-up plans with automatic frequency calculation. It does not explicitly mention when not to use it or compare to siblings, but the write-vs-read distinction is implicit. The 'MX 收口' note clarifies scope.

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-followup-mcp'

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