Skip to main content
Glama
jkimdev

amatta-mcp

by jkimdev

접종 시기 백신 조회

get_due_vaccines

Retrieve due and upcoming vaccines for an infant based on age in days or birth date. Reference schedule only—consult a pediatrician for medical advice.

Instructions

나이(일) 또는 생년월일 기준으로 맞을 때가 된 백신과 다가오는 백신을 반환합니다. 참고 정보이며 진단이 아닙니다. 성장·접종·검진은 소아과에서 상담하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageInDaysNo일 단위 나이. birthDate 대신 지정
birthDateNo생년월일 ISO YYYY-MM-DD (오늘 기준으로 나이 계산)
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosure. It accurately states the tool returns reference information and is not a diagnosis, adding a valuable safety caveat. However, it does not describe response format or any potential pitfalls like missing parameters.

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, each earning its place: one for functionality and one for the medical disclaimer. There is no redundancy or filler.

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?

For a simple tool with optional parameters and no output schema, the description conveys the core purpose and essential caveat. However, it lacks guidance on the no-parameter case or precedence if both parameters are supplied, which would make it more complete.

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 already describes both parameters (ageInDays and birthDate) with 100% coverage, including the alternative relationship. The description merely repeats this ('based on age (days) or date of birth') without adding syntax or precedence details beyond the 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 clearly states that the tool returns due and upcoming vaccines based on age in days or birth date. This specific verb+resource combination distinguishes it from sibling tools like list_vaccine_schedule or compute_growth_percentile.

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 when age or birthdate is known, but it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions. It only offers a medical disclaimer about consulting a pediatrician.

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/jkimdev/amatta-mcp'

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