Skip to main content
Glama
if530770

redfox-mcp-server

by if530770

wechat-top-account

Find top WeChat Official Accounts by category and rank type. Query daily, weekly, or monthly leaderboards for a specified date to identify leading accounts across 23 categories.

Instructions

公众号综合实力账号榜,按榜单类型与日期查询头部账号(日榜限近7天/周榜限近3周/月榜限近3月)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo分类(默认:总排名;可选 科技数码/健康养生 等23个标准分类)总排名
rankDateNo榜单日期 YYYY-MM-DD;不填自动取该类型最近可用日期
rankTypeNo榜单类型:day=日榜(每日17:30更新昨日) week=周榜(周一更新上周) month=月榜(每月3号更新上月)day

Schema Changelog

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

  1. First observedv1.0.4

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It does add a meaningful non-obvious constraint: daily lists only cover the last 7 days, weekly the last 3 weeks, and monthly the last 3 months. However, it does not say what happens for out-of-range dates, how results are ordered, or what fields the returned account entries contain.

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 a single sentence with the action front-loaded. The parenthetical packs the three date-limit rules concisely without excessive detail. Every element earns its place, and there is no redundancy with the schema.

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

Completeness3/5

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

For a simple read-only query tool with all optional parameters, the description plus a fully documented schema is mostly sufficient for invocation. The main gap is the absence of an output schema and any description of what fields a 'top account' entry includes (e.g., rank, account name, index score), so an agent may not know what to expect in the response.

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?

Schema description coverage is 100%, so the baseline is 3. The description goes beyond the schema by linking rankType to valid rankDate ranges ('日榜限近7天/周榜限近3周/月榜限近3月'), a cross-parameter constraint that neither the rankType nor rankDate schema descriptions fully encode. This added semantic is genuinely valuable for correct invocation.

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 uses a specific verb ('查询'/query), a clear resource ('公众号综合实力账号榜' / WeChat Official Account comprehensive strength ranking), and a scope (top accounts by rank type and date). This makes the tool's purpose intelligible. It does not explicitly name sibling tools it is not, but the '综合实力' (comprehensive strength) framing distinguishes it from other WeChat ranking tools like wechat-10w-hot or wechat-fastest-growing.

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?

There is no explicit guidance on when to use this tool versus alternatives among the many WeChat-related siblings. The description implies it is for comprehensive-strength rankings, but it never states exclusions like 'for fastest-growing accounts use wechat-fastest-growing' or 'for trending articles use wechat-10w-hot'. Usage context is left entirely to inference.

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