Skip to main content
Glama
qinyuanpei

Weibo MCP Server

by qinyuanpei

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_usersC
Search for Weibo users based on a keyword.
    
Returns:
    list[dict]: List of dictionaries containing user information
get_profileC
Get a Weibo user's profile information.

Returns:
    dict: Dictionary containing user profile information
get_feedsC
Get a Weibo user's feeds
    
Returns:
    list[dict]: List of dictionaries containing feeds
get_hot_feedsC
Get a Weibo user's hot feeds
    
Returns:
    list[dict]: List of dictionaries containing hot feeds
get_trendingsB
Get the current hot search topics on Weibo.
    
Returns:
    list[dict]: List of dictionaries containing hot search items
search_contentC
Search for content on Weibo based on a keyword.
    
Returns:
    list[dict]: List of dictionaries containing search results
search_topicsC
Search for topics on Weibo based on a keyword.
    
Returns:
    list[dict]: List of dictionaries containing search results
get_followersC
Get a Weibo user's followers.
    
Returns:
    list[dict]: List of dictionaries containing follower information
get_fansC
Get a Weibo user's fans.
    
Returns:
    list[dict]: List of dictionaries containing fan information
get_commentsC
Get comments for a specific Weibo post.
    
Returns:
    list[dict]: List of dictionaries containing comments

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes targeting specific resources like comments, fans, feeds, or searches, but get_feeds and get_hot_feeds could be confused as both retrieve feeds with unclear differentiation in their descriptions. The search tools (content, topics, users) are well-distinguished by their targets.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern (e.g., get_comments, search_users), using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention across the set.

Tool Count5/5

With 10 tools, the count is well-scoped for a Weibo server, covering key social media functions like user profiles, feeds, searches, and interactions. Each tool appears to earn its place without feeling excessive or insufficient for the domain.

Completeness3/5

The tool set covers read operations (get, search) well but lacks obvious write or update actions like posting, commenting, or following, which are core to social media platforms. This creates notable gaps that agents cannot perform full lifecycle management, though basic retrieval workflows are supported.

Maintenance

ActivityMaintained
ResponsivenessWithin a week