Skip to main content
Glama
rui497

TrendRadar MCP Server

by rui497

analyze_data_insights

Compare platform attention, track activity, and uncover keyword co-occurrence. Choose an insight type and optional filters to get structured JSON results.

Instructions

统一数据洞察分析工具 - 整合多种数据分析模式

Args: insight_type: 洞察类型,可选值: - "platform_compare": 平台对比分析(对比不同平台对话题的关注度) - "platform_activity": 平台活跃度统计(统计各平台发布频率和活跃时间) - "keyword_cooccur": 关键词共现分析(分析关键词同时出现的模式) topic: 话题关键词(可选,platform_compare模式适用) date_range: 【对象类型】 日期范围(可选) - 格式: {"start": "YYYY-MM-DD", "end": "YYYY-MM-DD"} - 示例: {"start": "2025-01-01", "end": "2025-01-07"} - 重要: 必须是对象格式,不能传递整数 min_frequency: 最小共现频次(keyword_cooccur模式),默认3 top_n: 返回TOP N结果(keyword_cooccur模式),默认20

Returns: JSON格式的数据洞察分析结果

Examples: - analyze_data_insights(insight_type="platform_compare", topic="人工智能") - analyze_data_insights(insight_type="platform_activity", date_range={"start": "2025-01-01", "end": "2025-01-07"}) - analyze_data_insights(insight_type="keyword_cooccur", min_frequency=5, top_n=15)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNo
topicNo
date_rangeNo
insight_typeNoplatform_compare
min_frequencyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It does not explicitly state that this is a read-only, non-mutating analysis operation, nor does it mention any side effects, rate limits, or dependencies on underlying data. The description focuses on parameters and return format, leaving the safety and side-effect profile largely undisclosed.

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 well-organized with 'Args', 'Returns', and 'Examples' sections, making it easy to scan. Each parameter entry is informative and relevant, and the examples illustrate real usage. No filler; the length is justified by the tool's multi-modal nature.

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 description covers all five parameters, their meanings, and provides examples for all three insight types, which is strong for a multi-mode tool. However, it leaves some ambiguities, such as whether date_range is required for platform_activity, and doesn't mention any prerequisites or data dependencies. Overall, it is sufficiently complete given the output schema exists.

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?

The input schema has zero descriptions; the description fully compensates by documenting every parameter, its possible values (insight_type enum), applicable modes, defaults, and the required object format for date_range. It even provides an explicit warning that date_range must not be an integer, adding critical semantic detail beyond the schema.

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 it is a unified data insight analysis tool integrating multiple analysis modes and enumerates three specific modes (platform_compare, platform_activity, keyword_cooccur), each with a brief explanation. This distinguishes it from sibling tools like analyze_topic_trend or analyze_sentiment by covering these specific comparative/co-occurrence analyses.

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

Usage Guidelines3/5

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

The description provides examples and clarifies which parameters apply to which insight mode (e.g., 'topic' for platform_compare; 'min_frequency' and 'top_n' for keyword_cooccur), giving implicit usage context. However, it does not explicitly state when to choose this tool over siblings such as analyze_topic_trend or analyze_sentiment, nor does it provide 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/rui497/my-trendradar'

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