Skip to main content
Glama
AmyYingTang

mcp-news-briefing

by AmyYingTang

briefing_stock_auto_fetch

Toggle automated daily stock news fetching to ensure continuous trend data for your watchlist.

Instructions

开启或关闭每日自动抓取股票新闻。用户说「帮我开启自动抓取」「关闭自动更新」「每天自动帮我更新股票消息」等时调用。

当用户首次通过 briefing_stock_watchlist_set 添加股票时,应主动问用户是否要开启每日自动抓取,解释其作用(保证趋势数据连续性),并尊重用户的选择。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNo用户token或用户名。留空则自动使用默认身份。
enabledYestrue=开启,false=关闭
Behavior4/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 clearly states the core behavior (toggle daily auto-fetch) and the daily nature is disclosed. However, it does not mention side effects, persistence, or return value, which is a slight gap but not critical for a simple toggle.

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 appropriately sized: the first sentence states the core purpose, and the second provides practical usage guidance. It is front-loaded and contains no wasted words, though the second paragraph is somewhat dense.

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?

The description covers purpose and usage triggers well, but it does not mention the return value (no output schema) nor clarify whether the setting is per-user (given the token parameter). This leaves some gaps for a complete understanding.

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%, and the schema already clearly describes both parameters (token and enabled). The description does not add any extra semantic context beyond the schema, so the baseline score of 3 is appropriate.

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: enabling or disabling daily automatic stock news fetching. The verb+resource combination is specific and distinguishes it from sibling tools like manual fetch (briefing_stock_fetch) and alerts.

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

Usage Guidelines5/5

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

The description provides explicit user utterance examples for when to invoke the tool and also describes a proactive scenario (when the user first adds stocks via watchlist_set). This is strong, concrete guidance with no ambiguity.

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