Skip to main content
Glama
AmyYingTang

mcp-news-briefing

by AmyYingTang

briefing_fetch_articles

Fetch articles from subscribed news sources for a given period. Use it to collect content for today's, weekly, or monthly news briefings.

Instructions

从订阅的新闻来源抓取最新内容。用户说「看看今天的新闻」「最近有什么值得看的」「这周的简报」等时,先调用此工具获取数据。

时间范围:24=今天,168=本周,720=本月。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNo用户token或用户名。留空则自动使用默认身份。
hours_backNo回溯小时数:24=今天(默认),48=最近两天,168=本周,720=本月
Behavior3/5

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

No annotations are provided, so the description carries full responsibility. It discloses that it fetches from subscribed sources and explains the hours_back semantics, but it does not describe authentication needs, rate limits, output format, or behavior when no sources are available. This is a moderate level of transparency.

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 and well-structured: the first sentence states the main purpose, the second gives usage triggers and time range mappings. Every sentence earns its place, with no redundancy, and it is front-loaded with the most important 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?

Given the tool's simplicity (2 optional params, no output schema), the description covers the essential context: purpose, trigger phrases, and time range semantics. However, it does not explain how this tool differs from the similar sibling 'briefing_get_articles' or what the return data looks like, which is a minor gap for a no-output-schema tool.

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 100%, so the baseline is 3. The description adds little beyond the schema—it repeats the hours_back mapping (24=今天, 168=本周, 720=本月) already present in the parameter description. The token parameter is not elaborated further, so the description provides no additional meaning.

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 tool fetches latest content from subscribed news sources and gives example user utterances ('看看今天的新闻', etc.). It uses a specific verb and resource, but does not differentiate from the sibling tool 'briefing_get_articles', so it loses a point for lacking sibling distinction.

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 explicitly says to call this tool when users ask about today's news, recent highlights, or weekly briefings, and maps time ranges (24=今天, etc.). It provides clear context for when to use but does not mention alternatives or when not to use it, so it falls short of a 5.

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/AmyYingTang/mcp-news-briefing'

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