Skip to main content
Glama

Korean News Hub

Server Details

Korean news aggregator - Naver, Google News, Daum trends in real-time

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
SongT-50/korean-news-mcp
GitHub Stars
1
Server Listing
korean-news-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation4/5

Each tool targets a distinct use case: daily_briefing for an aggregated overview, korean_news for domestic categories, tech_news for global tech topics, trending for current hot items, news_search for keyword queries, and read_article for full text extraction. There is some overlap between korean_news and tech_news (e.g., IT category vs AI topic) and between trending and the news lists, but the descriptions clarify the intended focus.

Naming Consistency2/5

Tool names do not follow a single consistent pattern. daily_briefing and korean_news are noun phrases, news_search and read_article mix verb-like forms, and trending is a gerund. This inconsistency makes it less predictable for an agent to infer tool names based on a convention.

Tool Count5/5

With 6 tools, the server covers the core news workflows without unnecessary bloat. Each tool serves a distinct purpose in browsing, searching, reading, and receiving summaries, and the count is well within the ideal range for a domain-specific server.

Completeness5/5

The server provides a comprehensive news consumption surface: category browsing, keyword search, trend discovery, tech-specific topics, full article reading, and aggregated daily briefings. There are no obvious dead ends; an agent can discover and read news end-to-end.

Available Tools

6 tools
daily_briefingAInspect

Generate a comprehensive daily news briefing. Combines Korean headlines + AI/tech news + Claude/Anthropic news.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only mentions what the briefing combines, but does not describe output format, whether it fetches live data, potential rate limits, or any side effects. This is a significant gap for a tool with no annotation support.

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 two sentences, front-loaded with the main action, and every word earns its place. It efficiently communicates purpose and content without any redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, simple briefing tool, the description is mostly complete. It explains what the briefing contains and its daily nature. The presence of an output schema reduces the need to describe return values, though the description would benefit from a note on the output format or intended use frequency.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema is fully described by default. The description adds relevant context about the contents of the briefing, but there is no parameter-specific semantics to clarify. Baseline of 4 is appropriate for a no-parameter tool.

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 clearly states the tool's function: generating a comprehensive daily news briefing. It distinguishes itself from siblings by explicitly listing the combined content categories (Korean headlines, AI/tech news, Claude/Anthropic news), making its composite nature clear.

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?

The description implies use when a combined daily briefing is needed, covering multiple news domains in one call. It does not explicitly name alternatives or exclusions, but the content list naturally sets it apart from sibling tools dedicated to single categories (korean_news, tech_news).

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

korean_newsAInspect

Get Korean news by category.

Args:
    category: News category. Options: 속보, 정치, 경제, 사회, IT, 세계, 연예, 스포츠
    count: Number of articles (default 10, max 20)
ParametersJSON Schema
NameRequiredDescriptionDefault
countNo
categoryNo속보

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does mention the count default and maximum, which is a constraint, but it does not disclose whether articles are returned as full text or just headlines, nor any recency or language specifics beyond 'Korean news'.

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 extremely concise, consisting of a single-line purpose and a clear two-item list for args. Every sentence is informative and there is no waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with only two parameters and an output schema, the description is adequately complete. It covers the core behavior and parameter constraints; additional context like return format is not required due to the output schema, but a note on news recency could improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description explains both parameters, listing valid options for category and the default/max for count, which compensates for the schema's lack of parameter descriptions. This adds meaningful value over the input 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 'Get Korean news by category' clearly states the action (get) and resource (Korean news) with a specific scope (by category). This distinguishes it from sibling tools like tech_news, which focuses on tech, and news_search, which implies searching rather than category-based retrieval.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as news_search or trending. The description only lists arguments without any context on appropriate use cases or exclusions.

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

read_articleBInspect

Read and extract article content from a URL.

Args:
    url: The article URL to read
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosure. It mentions 'Read and extract' which implies read-only behavior, but does not address potential side effects, auth requirements, rate limits, or error handling. The behavioral transparency is minimal.

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 exceptionally concise, consisting of one clear sentence plus a brief argument list. Every word earns its place, and it is front-loaded with the primary purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and an output schema, so the description covers the basic invocation. However, it lacks usage guidance and behavioral context, which would make it truly complete. It is adequate but has clear gaps.

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 0%, so the description's 'url: The article URL to read' adds meaning beyond the raw schema. However, it is minimal and largely restates the obvious from the parameter name and type, offering only slight context about it being an article URL.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Read and extract' with a resource 'article content from a URL', clearly stating the tool's function. It does not explicitly differentiate from sibling tools, but the context of news-related siblings makes the distinction self-evident.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no usage context. It simply states what the tool does without explaining when it is appropriate to invoke it.

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

tech_newsAInspect

Get global AI/tech news by topic.

Args:
    topic: Tech topic. Options: AI, Claude, OpenAI, MCP, OpenClaw, 스타트업, 개발, 클라우드
    count: Number of articles (default 10, max 20)
ParametersJSON Schema
NameRequiredDescriptionDefault
countNo
topicNoAI

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the tool's basic function and parameter defaults, without revealing any additional behavioral traits such as rate limits, response format beyond the output schema, language handling, or ordering of articles. The 'global' scope is mentioned but not elaborated.

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 concise, front-loaded with the main purpose, and uses a clean Args section for parameter details. Every sentence adds value, with no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (two optional params) and has an output schema, so the description need not explain return values. It covers the essential parameters and defaults. However, it lacks contextual information about when to use this tool versus siblings, which is a minor gap for completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description significantly enhances parameter understanding beyond the schema. It enumerates valid topic values (AI, Claude, OpenAI, MCP, OpenClaw, 스타트업, 개발, 클라우드) and specifies that count has a default of 10 and a maximum of 20. This is especially valuable given that the schema has 0% description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get') and resource ('global AI/tech news by topic'), providing a specific and unambiguous purpose. However, it does not explicitly distinguish itself from sibling tools like korean_news or news_search, relying on the 'global' qualifier to imply differentiation.

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

Usage Guidelines2/5

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 the topic and count parameters, but does not discuss use cases, exclusions, or relationships to sibling tools like daily_briefing or news_search.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Obtain real-time news trending lists: Weibo Hot Search, Baidu Hot List, Zhihu Hot List, Jinri Toutiao Hot List, 36Kr Hot List, Tencent News Hot List, Bilibili Hot List, The Paper Hot List, Hupu Walking Street Hot List, TikTok Hot List, IT News Hot List, Huoxiu Hot List, Baidu Tieba Hot List, Juejin
    17
    2
    Apache 2.0
  • F
    license
    -
    quality
    -
    maintenance
    Aggregates news from 70+ platforms across categories like tech, finance, social, entertainment, and sports. Provides access to trending topics from popular Chinese platforms including Weibo, GitHub, Zhihu, Baidu, and Bilibili.
    12
    2

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.