China-Central-Policy-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_latest_policiesA | Search State Council policies using gov.cn official search API with keyword search and date filtering. |
| get_policy_fulltextA | Fetch policy full text and normalize into structured JSON (title, date, doc_no, body, issuer). Optimized for gov.cn pages. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: get_latest_policies searches and filters policies, while get_policy_fulltext retrieves the full text and normalizes it. There is no overlap.
Both tools follow a consistent verb_noun pattern (get_latest_policies, get_policy_fulltext), using 'get' as the verb and descriptive nouns.
With only 2 tools, the server is minimal but well-scoped for a focused domain (search and retrieve policy full texts). It could benefit from additional tools like browsing by category, but the current count is reasonable.
The core workflow of searching for policies and retrieving their full text is covered. Minor gaps exist, such as the absence of a tool to list policies without keyword search or direct ID lookup, but overall it is sufficiently complete for its stated purpose.