Skip to main content
Glama
17191004

TrendRadar MCP Server

by 17191004

list_available_dates

Check which dates have available data in local or remote storage. Compare both sources to identify gaps and overlaps in coverage.

Instructions

列出本地/远程可用的日期范围

查看本地和远程存储中有哪些日期的数据可用。

Args: source: 数据来源 - "local": 仅本地 - "remote": 仅远程 - "both": 同时列出并对比(默认)

Returns: JSON格式的日期列表,包含各来源的日期信息和对比结果

Examples: - list_available_dates() - list_available_dates(source="local")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoboth

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries the full burden of disclosing side effects. It explicitly states '列出' (list) and '查看' (view), indicating a read-only operation with no modifications. This fully discloses the non-destructive nature of the tool, exceeding the baseline for transparency.

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 compact, with a clear explanation followed by the parameter details and examples. It avoids unnecessary prose, and the structure (purpose, parameters, return, examples) is highly scannable and efficient. Every sentence contributes to the understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description fully covers the tool's behavior: it defines the parameter, explains the return format (JSON list of dates), and provides usage examples. Although there is a minimal output schema, the description is self-sufficient and leaves no significant gaps for a tool of this simplicity.

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 description provides detailed meaning for the 'source' parameter, listing all three valid values ('local', 'remote', 'both') and the default value. This adds significant value beyond the schema, which only has a default and no description. The coverage is complete and enriches the parameter's semantics.

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: '列出本地/远程可用的日期范围' (list available date ranges from local/remote). The verb 'list' and resource 'available dates' are specific, and it is distinct from sibling tools like 'resolve_date_range' or 'get_news_by_date'.

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 the use case: to view which dates have data available in local or remote storage. It does not explicitly contrast with alternatives, but the purpose is straightforward and the examples clarify typical invocations, making the usage clear enough.

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/17191004/TrendRadar'

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