Skip to main content
Glama
rui497

TrendRadar MCP Server

by rui497

check_version

Compare local and GitHub remote versions to determine if TrendRadar or MCP Server needs an update. Supports optional proxy.

Instructions

检查版本更新(同时检查 TrendRadar 和 MCP Server)

比较本地版本与 GitHub 远程版本,判断是否需要更新。

Args: proxy_url: 可选的代理URL,用于访问 GitHub(如 http://127.0.0.1:7890)

Returns: JSON格式的版本检查结果,包含两个组件的版本对比和是否需要更新

Examples: - check_version() - check_version(proxy_url="http://127.0.0.1:7890")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proxy_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It explains that the tool compares local and remote versions and returns a JSON result, which is useful. However, it does not disclose that this is a network operation that may fail or be slow, nor does it mention any dependencies like internet access or GitHub availability. These are meaningful behavioral traits beyond the schema that could affect invocation.

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-structured with a clear first line stating the core purpose, followed by Args, Returns, and Examples. It is concise, with no wasted sentences, and the examples are helpful. It earns its place.

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?

This is a simple tool with one optional parameter and an output schema. The description covers the return value adequately. It does not mention error behavior or network prerequisites, but for this straightforward version-check tool, the description is sufficiently complete. The output schema further reduces the need to describe return fields.

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 schema has 0% description coverage, but the description's 'Args' section fully explains proxy_url as an optional proxy for accessing GitHub, with an example URL. This adds significant meaning beyond the bare schema type (string/null), compensating perfectly for the gap.

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 verb 'check' and the resource 'version updates', and specifies it checks both TrendRadar and MCP Server components. It also explains the action: compare local vs GitHub remote version. This is specific and distinguishes it from sibling tools (no other tool deals with version checking).

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 implies when to use it: when you need to determine if an update is required. It provides context about checking two components and comparing against GitHub, but does not explicitly state exclusions or alternatives. Since there are no closely related sibling tools, a clear implicit usage context is sufficient.

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