건강보험 공지 목록 조회
nhis_edi__public__notices__listNo credential or login required. List public NHIS notices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) |
nhis_edi__public__notices__listNo credential or login required. List public NHIS notices.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the behavioral detail that no authentication is required, which is useful. However, it does not disclose pagination behavior or response structure beyond the schema's page parameter, so it adds limited value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences, with the auth requirement front-loaded. It is efficient and free of fluff, though it could be slightly more informative without losing brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple public list tool with one optional parameter and no output schema, the description is minimal but functional. It lacks explicit mention of return format or pagination, but given the simplicity, it is adequate. An agent could call it correctly, though more detail on the notice content would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema fully documents the only parameter (page) with a description and default value, so coverage is 100%. The description adds no additional meaning about parameters, which is acceptable given the schema's completeness. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb ('List') and resource ('public NHIS notices'), and adds a key qualifier that no login is required. It distinguishes from sibling tools like nhis_edi__public__resources__list by the object (notices), though it does not explicitly contrast them. This is clear enough for an agent to infer the purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no explicit guidance on when to use this tool versus alternatives. It only mentions that no credential is required, which implies it is for public data, but it does not name sibling tools or specify conditions for selection. An agent would have to infer usage context from the name and description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.