Skip to main content
Glama
if530770

redfox-mcp-server

by if530770

playlet-douyin-feed

Get Douyin short drama hit rankings for a specific date, sorted by likes. Ideal for identifying trending short dramas, with data refreshed daily.

Instructions

抖音短剧爆款榜查询:按日期获取抖音短剧作品(点赞量排序)。数据每日15:00更新前一天,查询日期仅允许≤最近数据日且无数据日期必须确认后再查,禁止自动回退

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo数据日期 YYYY-MM-DD(默认最近数据日)
countNo最大返回条数 1-200(默认100)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.4

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does disclose important behaviors: the daily 15:00 update schedule, the restriction on querying future dates, and the critical rule that dates without data require confirmation and cannot auto-fallback. This goes well beyond a generic query description, though it stops short of describing response format or error handling.

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?

A single dense sentence front-loads the purpose and then adds only high-value behavioral constraints. Every clause carries operational information with no filler or repetition of schema fields.

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?

For a simple two-parameter query tool with no annotations and no output schema, the description covers the essential calling semantics: what is returned, when data is fresh, and the non-obvious date/fallback rules. It doesn't describe the response shape, which would be useful given there is no output schema, but for invoking the tool correctly it is nearly sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents both parameters at 100% coverage, so the baseline is 3. The description adds genuine value for the date parameter by specifying data freshness semantics and the allowed range, plus the no-fallback rule. The count parameter is not enriched, but the overall parameter semantics are meaningfully improved.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('查询/获取') and resource ('抖音短剧作品'), and specifies the ordering ('点赞量排序') and filter ('按日期'). This makes the tool's core function clear and it can be distinguished from other playlet feeds by platform and content. However, it never explicitly names a sibling tool or states what it is not, so explicit differentiation is missing.

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 gives concrete operational constraints for the date parameter (must be ≤ latest data day, no automatic fallback, confirm no-data dates), which is useful. But it provides no guidance on when to choose this tool over sibling alternatives like playlet-bili-feed or douyin-daily-hot; the use case is only implied by the name and platform focus.

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/if530770/redfox-mcp'

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