Skip to main content
Glama
17191004

TrendRadar MCP Server

by 17191004

get_latest_news

Fetches recent news articles from selected platforms, with configurable limit and URL inclusion, returning JSON data for analysis.

Instructions

获取最新一批爬取的新闻数据,快速了解当前热点

Args: platforms: 平台ID列表,如 ['zhihu', 'weibo'],不指定则使用所有平台 limit: 返回条数限制,默认50,最大1000 include_url: 是否包含URL链接,默认False(节省token)

Returns: JSON格式的新闻列表

数据展示建议

  • 默认展示全部返回数据,除非用户明确要求总结

  • 用户说"总结"或"挑重点"时才进行筛选

  • 用户问"为什么只显示部分"说明需要完整数据

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
platformsNo
include_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It implies read-only behavior ('get') and provides helpful context around the `include_url` parameter to save tokens, but does not explicitly state the operation is non-mutating, nor disclose potential rate limits, pagination, or error behavior. The display suggestions add behavioral context, but overall transparency is moderate.

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 well-structured: first a clear purpose, then Args, Returns, and a final '数据展示建议' section. It is slightly verbose with the display suggestions, but those are valuable operational guidance. The core tool description (excluding suggestions) is concise.

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 has an output schema (not shown) so return format need not be detailed. The description covers purpose, parameters, and usage guidelines. It lacks explicit mention of when not to use and alternatives, but for a straightforward retrieval tool with three optional params, it is sufficiently complete. The display suggestions add practical context.

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?

Schema description coverage is 0% (no descriptions in the input schema), but the description compensates fully by explaining each parameter with examples ('platforms: 平台ID列表,如 [\'zhihu\', \'weibo\']', 'limit: 默认50,最大1000', 'include_url: 默认False(节省token)'). This adds significant meaning beyond the bare schema, making parameter usage clear.

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: 'Get the latest batch of crawled news data' and purpose 'quickly understand current hot topics'. This specific verb+resource combination distinguishes it from siblings like get_latest_rss or search_news, making the purpose unambiguous.

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 includes a '数据展示建议' (data display suggestions) section that guides how to present results (show all by default, summarize only on user request, etc.), and explains default platform behavior. However, it does not explicitly mention when to prefer this over alternatives like get_trending_topics or get_news_by_date, or any exclusion criteria.

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/17191004/TrendRadar'

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