Skip to main content
Glama
AmyYingTang

mcp-news-briefing

by AmyYingTang

briefing_log_interaction

Logs reading behaviors such as expanding, discussing, saving, and providing feedback on news articles to identify interest trends.

Instructions

记录用户的阅读行为。当用户展开某条新闻、深入讨论、或收藏时,自动调用。 用于后续分析用户的兴趣趋势。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo备注
tokenNo用户token或用户名。留空则自动使用默认身份。
actionYes行为类型:read_detail=展开阅读,discussed=深入讨论,saved=收藏,feedback=反馈
topicsNo相关话题标签
article_urlNo相关文章链接
article_titleNo相关文章标题
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the auto-trigger behavior and the purpose (interest trend analysis), but does not mention side effects, authorization requirements, or return behavior. This is adequate but not rich.

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 primary purpose, and contains no redundant text. Every sentence contributes to understanding.

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 logging tool with a well-documented schema, the description provides sufficient context about when and why it is used. It could mention return behavior or how logged data is stored, but these are not critical given the schema.

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 coverage is 100%, so the baseline is 3. The description does not add parameter details beyond what the schema already provides, but it aligns the action values with user behaviors mentioned in the description.

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 records user reading behavior ('记录用户的阅读行为'), with a specific verb and resource. It also enumerates triggering actions (expand news, discuss, save), which differentiates it from sibling tools like briefing_interaction_summary or briefing_view_log.

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 when the tool is called ('当用户展开某条新闻、深入讨论、或收藏时,自动调用'), providing clear context. It does not mention alternatives or when not to use it, but the auto-call triggers are sufficient for this logging tool.

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