Skip to main content
Glama

Nmpa Updates

nmpa_updates
Read-onlyIdempotent

Official announcements from China's drug regulator, the NMPA (National Medical Products Administration) — regulatory policy changes, guidance documents, import rules, clinical-trial guideline updates and reform opinions, in English, straight from the regulator. Answers "latest NMPA regulatory updates", "what has China's drug regulator changed", "NMPA guidance on medical devices or cosmetics". Returns title, publication date and the announcement URL. NOTE: this is the announcements feed, NOT the drug-approval register — it does not list which drugs were approved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum announcements, 1-40 (default 15).
sectionNoLimit to one section. Omitted, all four are merged and sorted newest first.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds value beyond those: it states exactly what is returned (title, publication date, announcement URL) and what is explicitly absent (approved-drug list), which is useful behavioral context for an agent.

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 compact, front-loaded with the core scope, and each sentence adds value: what the feed contains, example query forms, return fields, and the critical negative boundary. Minor redundancy in 'from the regulator' does not hurt usability.

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?

For a simple two-optional-parameter read-only tool with strong annotations, the description is complete: it explains the domain, return values, section coverage, and the key exclusion. No output schema exists, so stating the return shape in the description fills that gap well.

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 coverage is 100%, so the schema already documents limit and section, including the merge-and-sort behavior when section is omitted. The description's examples map query topics to the section concept, but it adds no parameter syntax or semantics 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 names the exact resource (NMPA official announcements), enumerates content types (policy changes, guidance, import rules, clinical-trial guidelines, reform opinions), and explicitly contrasts itself with the drug-approval register. This makes it easy to distinguish from sibling tools like nmpa_drug_approval or nmpa_drug_approvals.

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?

It gives clear when-to-use signals via example queries like 'latest NMPA regulatory updates' and states a firm when-not: this is NOT the drug-approval register. It does not name the alternative tool by name, but the negative boundary is explicit and unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.