4848 "prompt" : " Search for Weibo content containing the keyword 'climate change'"
4949 }
5050 ],
51- "name" : " @Selenium39/ mcp-server-weibo" ,
51+ "name" : " mcp-server-weibo" ,
5252 "repository" : {
5353 "type" : " git" ,
5454 "url" : " https://github.com/Selenium39/mcp-server-weibo"
6464 "tools" : [
6565 {
6666 "name" : " search_users" ,
67- "description" : null ,
67+ "description" : " Search for Weibo users by keyword " ,
6868 "inputSchema" : {
6969 "type" : " object" ,
7070 "properties" : {
7171 "keyword" : {
7272 "type" : " string" ,
73- "description" : " \u67e5\u627e\u7528\u6237\u7684\u641c\u7d22\u8bcd "
73+ "description" : " 查找用户的搜索词 "
7474 },
7575 "limit" : {
7676 "type" : " number" ,
77- "description" : " \u8fd4\u56de\u7684\u6700\u5927\u7528\u6237\u6570\u91cf "
77+ "description" : " 返回的最大用户数量 "
7878 }
7979 },
8080 "required" : [
8787 },
8888 {
8989 "name" : " get_profile" ,
90- "description" : null ,
90+ "description" : " Get Weibo user profile by UID " ,
9191 "inputSchema" : {
9292 "type" : " object" ,
9393 "properties" : {
9494 "uid" : {
9595 "type" : " number" ,
96- "description" : " \u5fae\u535a\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26 "
96+ "description" : " 微博用户的唯一标识符 "
9797 }
9898 },
9999 "required" : [
105105 },
106106 {
107107 "name" : " get_feeds" ,
108- "description" : null ,
108+ "description" : " Get Weibo user feeds by UID " ,
109109 "inputSchema" : {
110110 "type" : " object" ,
111111 "properties" : {
112112 "uid" : {
113113 "type" : " number" ,
114- "description" : " \u5fae\u535a\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26 "
114+ "description" : " 微博用户的唯一标识符 "
115115 },
116116 "limit" : {
117117 "type" : " number" ,
118- "description" : " \u8fd4\u56de\u7684\u6700\u5927\u52a8\u6001\u6570\u91cf "
118+ "description" : " 返回的最大动态数量 "
119119 }
120120 },
121121 "required" : [
128128 },
129129 {
130130 "name" : " get_hot_search" ,
131- "description" : null ,
131+ "description" : " Get current Weibo hot search rankings " ,
132132 "inputSchema" : {
133133 "type" : " object" ,
134134 "properties" : {
135135 "limit" : {
136136 "type" : " number" ,
137- "description" : " \u8fd4\u56de\u7684\u6700\u5927\u70ed\u641c\u6761\u76ee\u6570\u91cf "
137+ "description" : " 返回的最大热搜数量 "
138138 }
139139 },
140140 "required" : [
146146 },
147147 {
148148 "name" : " search_content" ,
149- "description" : null ,
149+ "description" : " Search for Weibo content by keyword " ,
150150 "inputSchema" : {
151151 "type" : " object" ,
152152 "properties" : {
153153 "keyword" : {
154154 "type" : " string" ,
155- "description" : " \u641c\u7d22\u5fae\u535a\u5185\u5bb9\u7684\u5173\u952e\u8bcd "
155+ "description" : " 要搜索的微博内容关键词 "
156156 },
157157 "limit" : {
158158 "type" : " number" ,
159- "description" : " \u8fd4\u56de\u7684\u6700\u5927\u5fae\u535a\u6761\u76ee\u6570\u91cf "
159+ "description" : " 返回的最大微博数量 "
160160 },
161161 "page" : {
162162 "type" : " number" ,
163- "description" : " \u8d77\u59cb\u9875\u7801\uff0c\u9ed8\u8ba4\u4e3a 1 "
163+ "description" : " 起始页码, 默认为1 "
164164 }
165165 },
166166 "required" : [
175175 "prompts" : [],
176176 "resources" : [],
177177 "is_official" : false
178- }
178+ }
0 commit comments