Juhe News MCP Server
OfficialServer 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 | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_news_listA | 通过新闻类型获取今日热点新闻头条 |
| get_news_contentB | 根据新闻ID获取新闻的详细内容 |
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: one lists news by type, the other retrieves detailed content by ID. There is no overlap or ambiguity.
Both tools follow a consistent snake_case pattern with the 'get_' prefix and a descriptive noun, making them predictable and easy to understand.
With only two tools, the set is minimal for a news server. It covers basic listing and detail retrieval, but feels thin compared to typical news APIs that include search, categories, or pagination.
The tool surface lacks essential operations such as searching news, filtering by date or category, or pagination. Users cannot navigate beyond today's hot headlines, which is a significant gap for a comprehensive news service.