Skip to main content
Glama
Yooki-K

weibo-hot-search-mcp-server

by Yooki-K

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
weibo_COOKIEYesYour Weibo cookie for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
WeiboGetHotSearchC

Get hot search from weibo.

WeiboGetHotSearchDetailA

Get hot search detail by word from weibo. Sometimes the word is not found, that's normal.

WeiboGetHotSearchCommentByUrlC

Get hot search comment by url from weibo.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool clearly targets a distinct function: listing hot searches, retrieving details for a specific word, and fetching comments for a URL. There is no overlap in purpose, so an agent can easily choose the correct tool.

Naming Consistency5/5

All tool names follow the same CamelCase pattern with the common prefix 'WeiboGetHotSearch' and a specific suffix indicating the operation (empty, Detail, CommentByUrl). This consistent naming convention makes the set predictable.

Tool Count5/5

Three tools provide a concise, focused surface for the server's stated purpose of accessing Weibo hot searches. This is within the ideal range and each tool contributes a distinct capability without unnecessary bloat.

Completeness5/5

The tool set covers the core workflow of browsing hot searches: listing them, getting details for a word, and fetching comments via URL. No obvious gaps exist for the narrow domain of hot search consumption.

Maintenance

ActivityInactive
ResponsivenessNo issues