Skip to main content
Glama

Nmpa Drug Approvals

nmpa_drug_approvals
Read-onlyIdempotent

NMPA (国家药监局) drug-APPROVAL events — a specific drug cleared for marketing, granted conditional approval, or given an expanded indication in China — as opposed to nmpa_updates, which is regulatory policy news. 批准 新药 创新药 获批上市 NMPA新药批准. Answers "latest NMPA drug approvals in China", "2026年8月NMPA批准的新药", "what new drugs did China approve this month", "recent Chinese biotech drug approvals". Sourced from HKEX (Hong Kong Exchange) disclosure filings: any Hong Kong-listed biotech announces an NMPA approval as a regulatory disclosure the same day, and that filing is public and structured. Returns the filing headline (which names the drug and often the indication), the company, the approval date, a best-effort category, and the filing PDF. Coverage is limited to HKEX-listed companies — see coverage_note in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum approvals to return, 1-40 (default 15).
monthNoA single month, "YYYY-MM" (e.g. "2026-08"). Takes priority over since/until.
queryNoFilter to filings whose headline or company name contains this text (drug name, code like "TY-9591", or company like "HUTCHMED").
sinceNoEarliest approval date, YYYY-MM-DD. Ignored if `month` is set.
untilNoLatest approval date, YYYY-MM-DD. Ignored if `month` is set.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive behavior. The description adds the sourcing mechanism (HKEX disclosure filings), the exact returned fields, and the HKEX-only coverage caveat, which is meaningful behavioral context the annotations do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but purposeful: definition, contrast, search keywords, example queries, data source, return fields, and limitation. It is longer than a one-liner, but each component adds navigational value for agents dealing with a multi-language, mixed-purpose tool.

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?

Without an output schema, the description still clearly lists the return contents and the coverage_note, while also explaining data provenance and limitations. An agent has enough context to invoke the tool correctly and interpret its response.

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 100% with clear parameter descriptions, so the baseline is 3. The tool description reinforces the month/date and query use cases through examples, but it does not add substantial parameter 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 a specific verb and resource: NMPA drug-APPROVAL events, including marketing clearance, conditional approval, and expanded indications. It explicitly contrasts itself with nmpa_updates, which covers regulatory policy news, so an agent can tell them apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides concrete example queries, states the alternative tool nmpa_updates, and clarifies when its coverage is incomplete because it only covers HKEX-listed companies. This gives the agent both when-to-use and when-to-expect-limitations guidance.

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.