Skip to main content
Glama
AmyYingTang

mcp-news-briefing

by AmyYingTang

briefing_get_articles

Retrieves scraped articles with title, source, and summary, so you can filter and analyze news according to your interests.

Instructions

获取已抓取的文章列表。返回标题、来源、摘要等,供Claude根据用户的兴趣偏好筛选和分析。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo日期(YYYY-MM-DD),默认今天
limitNo返回条数(默认8,想多看可以调大)
tokenNo用户token或用户名。留空则自动使用默认身份。
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. It only mentions return fields but does not disclose whether the operation is read-only, how user identity (token) affects results, whether results are sorted/deduplicated, or any constraints on the returned data. The description is too sparse to give the agent confidence about the tool's behavior.

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 exactly two sentences: the first states the core action, the second explains return fields and purpose. No redundant wording, no filler. It is well-structured and front-loaded.

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?

Given the tool's simplicity and 100% schema coverage, the description is adequate but has gaps. It does not explain how the 'token' parameter affects results (user-specific articles), nor does it mention what happens when no articles exist or how date ranges work. The description refers to future filtering by Claude, but leaves out important context about user scoping.

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?

The schema fully documents all three parameters (date, limit, token) with descriptions and defaults. The tool description adds no extra meaning beyond the schema, so the baseline score of 3 applies. The description does not clarify how these parameters interact (e.g., token scoping), but the schema already covers each parameter individually.

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 retrieves a list of already-fetched articles ("获取已抓取的文章列表"), specifies return fields (title, source, summary), and differentiates from sibling tools like briefing_fetch_articles by using "已抓取" (already fetched). The intended downstream use (filtering/analyzing by user preferences) is also explicit.

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 context is clear: this tool is for accessing articles that have already been fetched, implying it should be used after a fetch operation. It does not explicitly list when not to use it or mention alternatives, but the phrase "已抓取" provides sufficient usage context without requiring further elaboration.

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