Skip to main content
Glama
xiedeming
by xiedeming

聚合国际新闻

aggregate_international_news
Read-only

Retrieve international news and group articles into traceable event clusters using title similarity, keywords, and time proximity.

Instructions

查询国际新闻并按相似标题、关键词和时间邻近度形成可追溯事件簇。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
sortNo
limitNo
queryNo
categoryNoall
languageNoen
source_idsNo
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds meaningful behavioral context by specifying the clustering criteria (similar titles, keywords, temporal proximity) and that the output consists of traceable event clusters, which is valuable in the absence of an output schema. It does not fully explain cluster structure or traceability mechanics, but it goes beyond the annotations.

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 one efficient sentence, front-loaded with the primary action and then the clustering behavior. There is no filler, repetition, or redundant detail, making it appropriately concise.

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

Completeness2/5

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

With 8 parameters, no output schema, and no parameter descriptions, a single-sentence description is insufficient for reliable invocation. It omits how time ranges are specified, what the returned clusters contain, how 'traceable' is expressed, and how filters such as category, language, and source_ids interact with clustering.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate, but it does not explain any of the 8 parameters. Words like '查询' and '关键词' only weakly hint at a keyword query, while from, to, sort, limit, category, language, and source_ids receive no elaboration. An agent must rely entirely on parameter names and schema defaults.

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 states a specific verb (查询, query) and resource (国际新闻, international news), then explains that it forms traceable event clusters based on similar titles, keywords, and temporal proximity. This clearly differentiates it from sibling tools like search_international_news, which retrieves individual articles, and aggregate_china_news, which is China-specific.

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

Usage Guidelines3/5

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

The clustering behavior implies the tool is intended for grouped-event discovery rather than simple search, so usage context is partially inferable. However, the description does not explicitly say when to prefer this tool over alternatives like search_international_news, nor does it mention any exclusions or when-not-to-use conditions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiedeming/ai-news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server