Skip to main content
Glama
Micro66

daily-hot-mcp

by Micro66

daily_hot_get

Fetch current trending topics from a specified source. Supports caching, force refresh, and limit to top N items.

Instructions

获取指定来源的热榜数据(MCP standalone 直连各平台源站)。支持 TTL 缓存、可选强制刷新。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo可选:只返回前 N 条
sourceYes来源 id,例如 weibo / zhihu / bilibili
timeoutMsNo可选:请求超时(默认 10000ms)
cacheTtlMsNo可选:覆盖默认缓存时间(默认 60000ms)
forceRefreshNo可选:忽略缓存,强制回源获取
Behavior2/5

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

With no annotations, the description should disclose side effects and behavior. It mentions TTL caching and forced refresh but omits that this is a read-only operation, any rate limits, or authentication needs. The description is insufficiently transparent.

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 short and to the point, front-loading the core purpose. It could be slightly more structured but remains efficient with no wasted words.

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

Completeness2/5

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

Given the lack of output schema and 5 parameters, the description does not cover return format, error handling, or prerequisites (e.g., valid source from list_sources). The tool has moderate complexity, and the description is incomplete.

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?

All parameters are described in the input schema with 100% coverage. The description adds no additional meaning beyond the schema for parameters like limit, source, timeoutMs, cacheTtlMs, and forceRefresh. Baseline 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 retrieves hot list data for a specified source, with explicit mention of standalone direct connection and caching. The tool name 'daily_hot_get' and sibling 'daily_hot_get_multi' make it clear this is for a single source.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus its siblings (e.g., get_multi for multiple sources, cache_clear for cache management). The description lacks exclusions or context for selection.

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/Micro66/daily-hot-mcp'

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