Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_users | 根据关键词搜索微博用户并返回匹配的用户列表 |
get_profile | 获取指定微博用户的详细资料信息 |
get_feeds | 获取指定微博用户的最新动态和帖子 |
get_hot_search | 获取当前微博热搜榜的热门话题列表 |
search_content | 根据关键词搜索微博内容并返回相关的微博帖子 |