@opentabs-dev/opentabs-plugin-minimax-agent 0.0.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/README.md +159 -0
  2. package/dist/adapter.iife.js +15428 -0
  3. package/dist/adapter.iife.js.map +7 -0
  4. package/dist/index.d.ts +14 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +94 -0
  7. package/dist/index.js.map +1 -0
  8. package/dist/minimax-api.d.ts +15 -0
  9. package/dist/minimax-api.d.ts.map +1 -0
  10. package/dist/minimax-api.js +154 -0
  11. package/dist/minimax-api.js.map +1 -0
  12. package/dist/tools/add-mcp-server.d.ts +10 -0
  13. package/dist/tools/add-mcp-server.d.ts.map +1 -0
  14. package/dist/tools/add-mcp-server.js +30 -0
  15. package/dist/tools/add-mcp-server.js.map +1 -0
  16. package/dist/tools/create-cron-job.d.ts +16 -0
  17. package/dist/tools/create-cron-job.d.ts.map +1 -0
  18. package/dist/tools/create-cron-job.js +27 -0
  19. package/dist/tools/create-cron-job.js.map +1 -0
  20. package/dist/tools/delete-chat.d.ts +7 -0
  21. package/dist/tools/delete-chat.d.ts.map +1 -0
  22. package/dist/tools/delete-chat.js +24 -0
  23. package/dist/tools/delete-chat.js.map +1 -0
  24. package/dist/tools/delete-expert.d.ts +7 -0
  25. package/dist/tools/delete-expert.d.ts.map +1 -0
  26. package/dist/tools/delete-expert.js +22 -0
  27. package/dist/tools/delete-expert.js.map +1 -0
  28. package/dist/tools/execute-cron-job.d.ts +7 -0
  29. package/dist/tools/execute-cron-job.d.ts.map +1 -0
  30. package/dist/tools/execute-cron-job.js +24 -0
  31. package/dist/tools/execute-cron-job.js.map +1 -0
  32. package/dist/tools/get-chat-detail.d.ts +21 -0
  33. package/dist/tools/get-chat-detail.d.ts.map +1 -0
  34. package/dist/tools/get-chat-detail.js +29 -0
  35. package/dist/tools/get-chat-detail.js.map +1 -0
  36. package/dist/tools/get-credit-details.d.ts +14 -0
  37. package/dist/tools/get-credit-details.d.ts.map +1 -0
  38. package/dist/tools/get-credit-details.js +28 -0
  39. package/dist/tools/get-credit-details.js.map +1 -0
  40. package/dist/tools/get-cron-job.d.ts +14 -0
  41. package/dist/tools/get-cron-job.d.ts.map +1 -0
  42. package/dist/tools/get-cron-job.js +23 -0
  43. package/dist/tools/get-cron-job.js.map +1 -0
  44. package/dist/tools/get-current-user.d.ts +13 -0
  45. package/dist/tools/get-current-user.d.ts.map +1 -0
  46. package/dist/tools/get-current-user.js +19 -0
  47. package/dist/tools/get-current-user.js.map +1 -0
  48. package/dist/tools/get-expert.d.ts +20 -0
  49. package/dist/tools/get-expert.d.ts.map +1 -0
  50. package/dist/tools/get-expert.js +21 -0
  51. package/dist/tools/get-expert.js.map +1 -0
  52. package/dist/tools/get-gallery-detail.d.ts +15 -0
  53. package/dist/tools/get-gallery-detail.d.ts.map +1 -0
  54. package/dist/tools/get-gallery-detail.js +27 -0
  55. package/dist/tools/get-gallery-detail.js.map +1 -0
  56. package/dist/tools/get-membership-info.d.ts +14 -0
  57. package/dist/tools/get-membership-info.d.ts.map +1 -0
  58. package/dist/tools/get-membership-info.js +19 -0
  59. package/dist/tools/get-membership-info.js.map +1 -0
  60. package/dist/tools/get-workspace.d.ts +10 -0
  61. package/dist/tools/get-workspace.d.ts.map +1 -0
  62. package/dist/tools/get-workspace.js +34 -0
  63. package/dist/tools/get-workspace.js.map +1 -0
  64. package/dist/tools/list-chats.d.ts +18 -0
  65. package/dist/tools/list-chats.d.ts.map +1 -0
  66. package/dist/tools/list-chats.js +33 -0
  67. package/dist/tools/list-chats.js.map +1 -0
  68. package/dist/tools/list-cron-executions.d.ts +17 -0
  69. package/dist/tools/list-cron-executions.d.ts.map +1 -0
  70. package/dist/tools/list-cron-executions.js +33 -0
  71. package/dist/tools/list-cron-executions.js.map +1 -0
  72. package/dist/tools/list-cron-jobs.d.ts +18 -0
  73. package/dist/tools/list-cron-jobs.d.ts.map +1 -0
  74. package/dist/tools/list-cron-jobs.js +31 -0
  75. package/dist/tools/list-cron-jobs.js.map +1 -0
  76. package/dist/tools/list-expert-tags.d.ts +8 -0
  77. package/dist/tools/list-expert-tags.d.ts.map +1 -0
  78. package/dist/tools/list-expert-tags.js +23 -0
  79. package/dist/tools/list-expert-tags.js.map +1 -0
  80. package/dist/tools/list-experts.d.ts +25 -0
  81. package/dist/tools/list-experts.d.ts.map +1 -0
  82. package/dist/tools/list-experts.js +30 -0
  83. package/dist/tools/list-experts.js.map +1 -0
  84. package/dist/tools/list-gallery-categories.d.ts +8 -0
  85. package/dist/tools/list-gallery-categories.d.ts.map +1 -0
  86. package/dist/tools/list-gallery-categories.js +23 -0
  87. package/dist/tools/list-gallery-categories.js.map +1 -0
  88. package/dist/tools/list-gallery-feed.d.ts +21 -0
  89. package/dist/tools/list-gallery-feed.d.ts.map +1 -0
  90. package/dist/tools/list-gallery-feed.js +35 -0
  91. package/dist/tools/list-gallery-feed.js.map +1 -0
  92. package/dist/tools/list-homepage-experts.d.ts +25 -0
  93. package/dist/tools/list-homepage-experts.d.ts.map +1 -0
  94. package/dist/tools/list-homepage-experts.js +30 -0
  95. package/dist/tools/list-homepage-experts.js.map +1 -0
  96. package/dist/tools/list-mcp-servers.d.ts +11 -0
  97. package/dist/tools/list-mcp-servers.d.ts.map +1 -0
  98. package/dist/tools/list-mcp-servers.js +35 -0
  99. package/dist/tools/list-mcp-servers.js.map +1 -0
  100. package/dist/tools/list-workspace-members.d.ts +11 -0
  101. package/dist/tools/list-workspace-members.d.ts.map +1 -0
  102. package/dist/tools/list-workspace-members.js +23 -0
  103. package/dist/tools/list-workspace-members.js.map +1 -0
  104. package/dist/tools/new-session.d.ts +15 -0
  105. package/dist/tools/new-session.d.ts.map +1 -0
  106. package/dist/tools/new-session.js +27 -0
  107. package/dist/tools/new-session.js.map +1 -0
  108. package/dist/tools/pin-expert.d.ts +8 -0
  109. package/dist/tools/pin-expert.d.ts.map +1 -0
  110. package/dist/tools/pin-expert.js +23 -0
  111. package/dist/tools/pin-expert.js.map +1 -0
  112. package/dist/tools/remove-mcp-server.d.ts +7 -0
  113. package/dist/tools/remove-mcp-server.d.ts.map +1 -0
  114. package/dist/tools/remove-mcp-server.js +22 -0
  115. package/dist/tools/remove-mcp-server.js.map +1 -0
  116. package/dist/tools/rename-chat.d.ts +8 -0
  117. package/dist/tools/rename-chat.d.ts.map +1 -0
  118. package/dist/tools/rename-chat.js +26 -0
  119. package/dist/tools/rename-chat.js.map +1 -0
  120. package/dist/tools/schemas.d.ts +323 -0
  121. package/dist/tools/schemas.d.ts.map +1 -0
  122. package/dist/tools/schemas.js +213 -0
  123. package/dist/tools/schemas.js.map +1 -0
  124. package/dist/tools/search-chats.d.ts +16 -0
  125. package/dist/tools/search-chats.d.ts.map +1 -0
  126. package/dist/tools/search-chats.js +29 -0
  127. package/dist/tools/search-chats.js.map +1 -0
  128. package/dist/tools/send-message.d.ts +9 -0
  129. package/dist/tools/send-message.d.ts.map +1 -0
  130. package/dist/tools/send-message.js +28 -0
  131. package/dist/tools/send-message.js.map +1 -0
  132. package/dist/tools/update-cron-job.d.ts +18 -0
  133. package/dist/tools/update-cron-job.d.ts.map +1 -0
  134. package/dist/tools/update-cron-job.js +31 -0
  135. package/dist/tools/update-cron-job.js.map +1 -0
  136. package/dist/tools/vote-expert.d.ts +8 -0
  137. package/dist/tools/vote-expert.d.ts.map +1 -0
  138. package/dist/tools/vote-expert.js +23 -0
  139. package/dist/tools/vote-expert.js.map +1 -0
  140. package/dist/tools.json +2202 -0
  141. package/package.json +55 -0
@@ -0,0 +1,2202 @@
1
+ {
2
+ "sdkVersion": "0.0.74",
3
+ "iconSvg": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.43 3.92a.86.86 0 1 0-1.718 0v14.236a1.999 1.999 0 0 1-3.997 0V9.022a.86.86 0 1 0-1.718 0v3.87a1.999 1.999 0 0 1-3.997 0V11.49a.57.57 0 0 1 1.139 0v1.404a.86.86 0 0 0 1.719 0V9.022a1.999 1.999 0 0 1 3.997 0v9.134a.86.86 0 0 0 1.719 0V3.92a1.998 1.998 0 1 1 3.996 0v11.788a.57.57 0 1 1-1.139 0zm10.572 3.105a2 2 0 0 0-1.999 1.997v7.63a.86.86 0 0 1-1.718 0V3.923a1.999 1.999 0 0 0-3.997 0v16.16a.86.86 0 0 1-1.719 0V18.08a.57.57 0 1 0-1.138 0v2a1.998 1.998 0 0 0 3.996 0V3.92a.86.86 0 0 1 1.719 0v12.73a1.999 1.999 0 0 0 3.996 0V9.023a.86.86 0 1 1 1.72 0v6.686a.57.57 0 0 0 1.138 0V9.022a2 2 0 0 0-1.998-1.997\" fill=\"#E73562\"/></svg>",
4
+ "iconInactiveSvg": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.43 3.92a.86.86 0 1 0-1.718 0v14.236a1.999 1.999 0 0 1-3.997 0V9.022a.86.86 0 1 0-1.718 0v3.87a1.999 1.999 0 0 1-3.997 0V11.49a.57.57 0 0 1 1.139 0v1.404a.86.86 0 0 0 1.719 0V9.022a1.999 1.999 0 0 1 3.997 0v9.134a.86.86 0 0 0 1.719 0V3.92a1.998 1.998 0 1 1 3.996 0v11.788a.57.57 0 1 1-1.139 0zm10.572 3.105a2 2 0 0 0-1.999 1.997v7.63a.86.86 0 0 1-1.718 0V3.923a1.999 1.999 0 0 0-3.997 0v16.16a.86.86 0 0 1-1.719 0V18.08a.57.57 0 1 0-1.138 0v2a1.998 1.998 0 0 0 3.996 0V3.92a.86.86 0 0 1 1.719 0v12.73a1.999 1.999 0 0 0 3.996 0V9.023a.86.86 0 1 1 1.72 0v6.686a.57.57 0 0 0 1.138 0V9.022a2 2 0 0 0-1.998-1.997\" fill=\"#999999\"/></svg>",
5
+ "iconDarkSvg": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.43 3.92a.86.86 0 1 0-1.718 0v14.236a1.999 1.999 0 0 1-3.997 0V9.022a.86.86 0 1 0-1.718 0v3.87a1.999 1.999 0 0 1-3.997 0V11.49a.57.57 0 0 1 1.139 0v1.404a.86.86 0 0 0 1.719 0V9.022a1.999 1.999 0 0 1 3.997 0v9.134a.86.86 0 0 0 1.719 0V3.92a1.998 1.998 0 1 1 3.996 0v11.788a.57.57 0 1 1-1.139 0zm10.572 3.105a2 2 0 0 0-1.999 1.997v7.63a.86.86 0 0 1-1.718 0V3.923a1.999 1.999 0 0 0-3.997 0v16.16a.86.86 0 0 1-1.719 0V18.08a.57.57 0 1 0-1.138 0v2a1.998 1.998 0 0 0 3.996 0V3.92a.86.86 0 0 1 1.719 0v12.73a1.999 1.999 0 0 0 3.996 0V9.023a.86.86 0 1 1 1.72 0v6.686a.57.57 0 0 0 1.138 0V9.022a2 2 0 0 0-1.998-1.997\" fill=\"#E73562\"/></svg>",
6
+ "iconDarkInactiveSvg": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.43 3.92a.86.86 0 1 0-1.718 0v14.236a1.999 1.999 0 0 1-3.997 0V9.022a.86.86 0 1 0-1.718 0v3.87a1.999 1.999 0 0 1-3.997 0V11.49a.57.57 0 0 1 1.139 0v1.404a.86.86 0 0 0 1.719 0V9.022a1.999 1.999 0 0 1 3.997 0v9.134a.86.86 0 0 0 1.719 0V3.92a1.998 1.998 0 1 1 3.996 0v11.788a.57.57 0 1 1-1.139 0zm10.572 3.105a2 2 0 0 0-1.999 1.997v7.63a.86.86 0 0 1-1.718 0V3.923a1.999 1.999 0 0 0-3.997 0v16.16a.86.86 0 0 1-1.719 0V18.08a.57.57 0 1 0-1.138 0v2a1.998 1.998 0 0 0 3.996 0V3.92a.86.86 0 0 1 1.719 0v12.73a1.999 1.999 0 0 0 3.996 0V9.023a.86.86 0 1 1 1.72 0v6.686a.57.57 0 0 0 1.138 0V9.022a2 2 0 0 0-1.998-1.997\" fill=\"#999999\"/></svg>",
7
+ "tools": [
8
+ {
9
+ "name": "get_current_user",
10
+ "displayName": "Get Current User",
11
+ "description": "Get the authenticated MiniMax Agent user profile including user ID, display name, email, avatar, and login status.",
12
+ "summary": "Get the authenticated user profile",
13
+ "icon": "user",
14
+ "group": "Account",
15
+ "input_schema": {
16
+ "type": "object",
17
+ "properties": {},
18
+ "additionalProperties": false
19
+ },
20
+ "output_schema": {
21
+ "type": "object",
22
+ "properties": {
23
+ "user": {
24
+ "type": "object",
25
+ "properties": {
26
+ "user_id": {
27
+ "type": "string",
28
+ "description": "User ID"
29
+ },
30
+ "real_user_id": {
31
+ "type": "string",
32
+ "description": "Real (numeric) user ID"
33
+ },
34
+ "name": {
35
+ "type": "string",
36
+ "description": "Display name"
37
+ },
38
+ "email": {
39
+ "type": "string",
40
+ "description": "Email address"
41
+ },
42
+ "avatar": {
43
+ "type": "string",
44
+ "description": "Avatar URL"
45
+ },
46
+ "description": {
47
+ "type": "string",
48
+ "description": "User bio/description"
49
+ },
50
+ "is_login": {
51
+ "type": "boolean",
52
+ "description": "Whether the user is logged in"
53
+ }
54
+ },
55
+ "required": [
56
+ "user_id",
57
+ "real_user_id",
58
+ "name",
59
+ "email",
60
+ "avatar",
61
+ "description",
62
+ "is_login"
63
+ ],
64
+ "additionalProperties": false
65
+ }
66
+ },
67
+ "required": [
68
+ "user"
69
+ ],
70
+ "additionalProperties": false
71
+ }
72
+ },
73
+ {
74
+ "name": "get_membership_info",
75
+ "displayName": "Get Membership Info",
76
+ "description": "Get the current MiniMax Agent membership details including plan type, plan name, remaining credits, pending credits, renewal status, expiration date, and Pro Builder status.",
77
+ "summary": "Get membership plan and credit details",
78
+ "icon": "credit-card",
79
+ "group": "Account",
80
+ "input_schema": {
81
+ "type": "object",
82
+ "properties": {},
83
+ "additionalProperties": false
84
+ },
85
+ "output_schema": {
86
+ "type": "object",
87
+ "properties": {
88
+ "membership": {
89
+ "type": "object",
90
+ "properties": {
91
+ "plan_type": {
92
+ "type": "integer",
93
+ "minimum": -9007199254740991,
94
+ "maximum": 9007199254740991,
95
+ "description": "Plan type (1=Free, 2=Pro, etc.)"
96
+ },
97
+ "plan_name": {
98
+ "type": "string",
99
+ "description": "Plan name (e.g., \"Free\", \"Pro\")"
100
+ },
101
+ "total_credits": {
102
+ "type": "integer",
103
+ "minimum": -9007199254740991,
104
+ "maximum": 9007199254740991,
105
+ "description": "Total remaining credits"
106
+ },
107
+ "pending_credits": {
108
+ "type": "integer",
109
+ "minimum": -9007199254740991,
110
+ "maximum": 9007199254740991,
111
+ "description": "Pending credits"
112
+ },
113
+ "will_renewal": {
114
+ "type": "boolean",
115
+ "description": "Whether the plan auto-renews"
116
+ },
117
+ "expires_at": {
118
+ "type": "number",
119
+ "description": "Plan expiration timestamp (0 if not applicable)"
120
+ },
121
+ "is_pro_builder": {
122
+ "type": "boolean",
123
+ "description": "Whether the user is a Pro Builder"
124
+ },
125
+ "daily_gift_credits": {
126
+ "type": "integer",
127
+ "minimum": -9007199254740991,
128
+ "maximum": 9007199254740991,
129
+ "description": "Daily login gift credits remaining"
130
+ }
131
+ },
132
+ "required": [
133
+ "plan_type",
134
+ "plan_name",
135
+ "total_credits",
136
+ "pending_credits",
137
+ "will_renewal",
138
+ "expires_at",
139
+ "is_pro_builder",
140
+ "daily_gift_credits"
141
+ ],
142
+ "additionalProperties": false
143
+ }
144
+ },
145
+ "required": [
146
+ "membership"
147
+ ],
148
+ "additionalProperties": false
149
+ }
150
+ },
151
+ {
152
+ "name": "get_credit_details",
153
+ "displayName": "Get Credit Details",
154
+ "description": "List credit transaction records for the authenticated MiniMax Agent account. Shows credit earnings and spending history with pagination support.",
155
+ "summary": "List credit transaction history",
156
+ "icon": "list",
157
+ "group": "Account",
158
+ "input_schema": {
159
+ "type": "object",
160
+ "properties": {
161
+ "page": {
162
+ "description": "Page number (default 1)",
163
+ "type": "integer",
164
+ "minimum": 1,
165
+ "maximum": 9007199254740991
166
+ },
167
+ "per_page": {
168
+ "description": "Records per page (default 20, max 50)",
169
+ "type": "integer",
170
+ "minimum": 1,
171
+ "maximum": 50
172
+ }
173
+ },
174
+ "additionalProperties": false
175
+ },
176
+ "output_schema": {
177
+ "type": "object",
178
+ "properties": {
179
+ "records": {
180
+ "type": "array",
181
+ "items": {
182
+ "type": "object",
183
+ "properties": {
184
+ "credit_type": {
185
+ "type": "string",
186
+ "description": "Credit type identifier"
187
+ },
188
+ "amount": {
189
+ "type": "number",
190
+ "description": "Credit amount (positive=earned, negative=spent)"
191
+ },
192
+ "create_time": {
193
+ "type": "number",
194
+ "description": "Record creation timestamp in ms"
195
+ },
196
+ "description": {
197
+ "type": "string",
198
+ "description": "Human-readable description of the credit event"
199
+ }
200
+ },
201
+ "required": [
202
+ "credit_type",
203
+ "amount",
204
+ "create_time",
205
+ "description"
206
+ ],
207
+ "additionalProperties": false
208
+ },
209
+ "description": "Credit transaction records"
210
+ },
211
+ "has_more": {
212
+ "type": "boolean",
213
+ "description": "Whether more records are available"
214
+ }
215
+ },
216
+ "required": [
217
+ "records",
218
+ "has_more"
219
+ ],
220
+ "additionalProperties": false
221
+ }
222
+ },
223
+ {
224
+ "name": "list_chats",
225
+ "displayName": "List Chats",
226
+ "description": "List chat conversations with pagination support. Returns chats sorted by most recent activity.",
227
+ "summary": "List chat conversations",
228
+ "icon": "list",
229
+ "group": "Chats",
230
+ "input_schema": {
231
+ "type": "object",
232
+ "properties": {
233
+ "page_num": {
234
+ "description": "Page number (default 1)",
235
+ "type": "integer",
236
+ "minimum": 1,
237
+ "maximum": 9007199254740991
238
+ },
239
+ "page_size": {
240
+ "description": "Results per page (default 20)",
241
+ "type": "integer",
242
+ "minimum": 1,
243
+ "maximum": 50
244
+ },
245
+ "chat_type": {
246
+ "description": "Chat type filter (2=agent tasks)",
247
+ "type": "integer",
248
+ "minimum": -9007199254740991,
249
+ "maximum": 9007199254740991
250
+ }
251
+ },
252
+ "additionalProperties": false
253
+ },
254
+ "output_schema": {
255
+ "type": "object",
256
+ "properties": {
257
+ "items": {
258
+ "type": "array",
259
+ "items": {
260
+ "type": "object",
261
+ "properties": {
262
+ "chat_id": {
263
+ "type": "number",
264
+ "description": "Chat/conversation ID"
265
+ },
266
+ "name": {
267
+ "type": "string",
268
+ "description": "Chat name/title"
269
+ },
270
+ "chat_type": {
271
+ "type": "integer",
272
+ "minimum": -9007199254740991,
273
+ "maximum": 9007199254740991,
274
+ "description": "Chat type (0=normal, 2=agent)"
275
+ },
276
+ "create_time": {
277
+ "type": "number",
278
+ "description": "Creation timestamp in ms"
279
+ },
280
+ "update_time": {
281
+ "type": "number",
282
+ "description": "Last update timestamp in ms"
283
+ },
284
+ "expert_id": {
285
+ "type": "number",
286
+ "description": "Associated expert ID (0 if none)"
287
+ },
288
+ "is_shared": {
289
+ "type": "boolean",
290
+ "description": "Whether the chat is shared publicly"
291
+ }
292
+ },
293
+ "required": [
294
+ "chat_id",
295
+ "name",
296
+ "chat_type",
297
+ "create_time",
298
+ "update_time",
299
+ "expert_id",
300
+ "is_shared"
301
+ ],
302
+ "additionalProperties": false
303
+ },
304
+ "description": "List of chats"
305
+ },
306
+ "has_more": {
307
+ "type": "boolean",
308
+ "description": "Whether more results are available"
309
+ }
310
+ },
311
+ "required": [
312
+ "items",
313
+ "has_more"
314
+ ],
315
+ "additionalProperties": false
316
+ }
317
+ },
318
+ {
319
+ "name": "get_chat_detail",
320
+ "displayName": "Get Chat Detail",
321
+ "description": "Get detailed information about a specific chat conversation including its messages.",
322
+ "summary": "Get chat details and messages",
323
+ "icon": "message-square",
324
+ "group": "Chats",
325
+ "input_schema": {
326
+ "type": "object",
327
+ "properties": {
328
+ "chat_id": {
329
+ "type": "number",
330
+ "description": "Chat ID to retrieve"
331
+ }
332
+ },
333
+ "required": [
334
+ "chat_id"
335
+ ],
336
+ "additionalProperties": false
337
+ },
338
+ "output_schema": {
339
+ "type": "object",
340
+ "properties": {
341
+ "chat": {
342
+ "type": "object",
343
+ "properties": {
344
+ "chat_id": {
345
+ "type": "number",
346
+ "description": "Chat/conversation ID"
347
+ },
348
+ "name": {
349
+ "type": "string",
350
+ "description": "Chat name/title"
351
+ },
352
+ "chat_type": {
353
+ "type": "integer",
354
+ "minimum": -9007199254740991,
355
+ "maximum": 9007199254740991,
356
+ "description": "Chat type (0=normal, 2=agent)"
357
+ },
358
+ "create_time": {
359
+ "type": "number",
360
+ "description": "Creation timestamp in ms"
361
+ },
362
+ "update_time": {
363
+ "type": "number",
364
+ "description": "Last update timestamp in ms"
365
+ },
366
+ "expert_id": {
367
+ "type": "number",
368
+ "description": "Associated expert ID (0 if none)"
369
+ },
370
+ "is_shared": {
371
+ "type": "boolean",
372
+ "description": "Whether the chat is shared publicly"
373
+ }
374
+ },
375
+ "required": [
376
+ "chat_id",
377
+ "name",
378
+ "chat_type",
379
+ "create_time",
380
+ "update_time",
381
+ "expert_id",
382
+ "is_shared"
383
+ ],
384
+ "additionalProperties": false,
385
+ "description": "Chat details"
386
+ },
387
+ "messages": {
388
+ "type": "array",
389
+ "items": {
390
+ "type": "object",
391
+ "properties": {
392
+ "message_id": {
393
+ "type": "string",
394
+ "description": "Message ID"
395
+ },
396
+ "role": {
397
+ "type": "string",
398
+ "description": "Message role (user, assistant, system)"
399
+ },
400
+ "content": {
401
+ "type": "string",
402
+ "description": "Message text content"
403
+ },
404
+ "create_time": {
405
+ "type": "number",
406
+ "description": "Creation timestamp in ms"
407
+ }
408
+ },
409
+ "required": [
410
+ "message_id",
411
+ "role",
412
+ "content",
413
+ "create_time"
414
+ ],
415
+ "additionalProperties": false
416
+ },
417
+ "description": "Messages in the chat"
418
+ }
419
+ },
420
+ "required": [
421
+ "chat",
422
+ "messages"
423
+ ],
424
+ "additionalProperties": false
425
+ }
426
+ },
427
+ {
428
+ "name": "new_session",
429
+ "displayName": "New Session",
430
+ "description": "Create a new chat session. Returns the newly created chat.",
431
+ "summary": "Create a new chat session",
432
+ "icon": "plus",
433
+ "group": "Chats",
434
+ "input_schema": {
435
+ "type": "object",
436
+ "properties": {
437
+ "chat_type": {
438
+ "description": "Chat type (2=agent task)",
439
+ "type": "integer",
440
+ "minimum": -9007199254740991,
441
+ "maximum": 9007199254740991
442
+ }
443
+ },
444
+ "additionalProperties": false
445
+ },
446
+ "output_schema": {
447
+ "type": "object",
448
+ "properties": {
449
+ "chat": {
450
+ "type": "object",
451
+ "properties": {
452
+ "chat_id": {
453
+ "type": "number",
454
+ "description": "Chat/conversation ID"
455
+ },
456
+ "name": {
457
+ "type": "string",
458
+ "description": "Chat name/title"
459
+ },
460
+ "chat_type": {
461
+ "type": "integer",
462
+ "minimum": -9007199254740991,
463
+ "maximum": 9007199254740991,
464
+ "description": "Chat type (0=normal, 2=agent)"
465
+ },
466
+ "create_time": {
467
+ "type": "number",
468
+ "description": "Creation timestamp in ms"
469
+ },
470
+ "update_time": {
471
+ "type": "number",
472
+ "description": "Last update timestamp in ms"
473
+ },
474
+ "expert_id": {
475
+ "type": "number",
476
+ "description": "Associated expert ID (0 if none)"
477
+ },
478
+ "is_shared": {
479
+ "type": "boolean",
480
+ "description": "Whether the chat is shared publicly"
481
+ }
482
+ },
483
+ "required": [
484
+ "chat_id",
485
+ "name",
486
+ "chat_type",
487
+ "create_time",
488
+ "update_time",
489
+ "expert_id",
490
+ "is_shared"
491
+ ],
492
+ "additionalProperties": false,
493
+ "description": "Newly created chat"
494
+ }
495
+ },
496
+ "required": [
497
+ "chat"
498
+ ],
499
+ "additionalProperties": false
500
+ }
501
+ },
502
+ {
503
+ "name": "send_message",
504
+ "displayName": "Send Message",
505
+ "description": "Send a text message to a chat conversation.",
506
+ "summary": "Send a message to a chat",
507
+ "icon": "send",
508
+ "group": "Chats",
509
+ "input_schema": {
510
+ "type": "object",
511
+ "properties": {
512
+ "chat_id": {
513
+ "type": "number",
514
+ "description": "Chat ID to send the message to"
515
+ },
516
+ "text": {
517
+ "type": "string",
518
+ "description": "Message text to send"
519
+ },
520
+ "chat_type": {
521
+ "description": "Chat type (2=agent task)",
522
+ "type": "integer",
523
+ "minimum": -9007199254740991,
524
+ "maximum": 9007199254740991
525
+ }
526
+ },
527
+ "required": [
528
+ "chat_id",
529
+ "text"
530
+ ],
531
+ "additionalProperties": false
532
+ },
533
+ "output_schema": {
534
+ "type": "object",
535
+ "properties": {
536
+ "success": {
537
+ "type": "boolean",
538
+ "description": "Whether the message was sent successfully"
539
+ }
540
+ },
541
+ "required": [
542
+ "success"
543
+ ],
544
+ "additionalProperties": false
545
+ }
546
+ },
547
+ {
548
+ "name": "rename_chat",
549
+ "displayName": "Rename Chat",
550
+ "description": "Rename a chat conversation.",
551
+ "summary": "Rename a chat",
552
+ "icon": "pencil",
553
+ "group": "Chats",
554
+ "input_schema": {
555
+ "type": "object",
556
+ "properties": {
557
+ "chat_id": {
558
+ "type": "number",
559
+ "description": "Chat ID to rename"
560
+ },
561
+ "name": {
562
+ "type": "string",
563
+ "description": "New name for the chat"
564
+ }
565
+ },
566
+ "required": [
567
+ "chat_id",
568
+ "name"
569
+ ],
570
+ "additionalProperties": false
571
+ },
572
+ "output_schema": {
573
+ "type": "object",
574
+ "properties": {
575
+ "success": {
576
+ "type": "boolean",
577
+ "description": "Whether the chat was renamed successfully"
578
+ }
579
+ },
580
+ "required": [
581
+ "success"
582
+ ],
583
+ "additionalProperties": false
584
+ }
585
+ },
586
+ {
587
+ "name": "delete_chat",
588
+ "displayName": "Delete Chat",
589
+ "description": "Permanently delete a chat conversation. This action cannot be undone.",
590
+ "summary": "Delete a chat",
591
+ "icon": "trash-2",
592
+ "group": "Chats",
593
+ "input_schema": {
594
+ "type": "object",
595
+ "properties": {
596
+ "chat_id": {
597
+ "type": "number",
598
+ "description": "Chat ID to delete"
599
+ }
600
+ },
601
+ "required": [
602
+ "chat_id"
603
+ ],
604
+ "additionalProperties": false
605
+ },
606
+ "output_schema": {
607
+ "type": "object",
608
+ "properties": {
609
+ "success": {
610
+ "type": "boolean",
611
+ "description": "Whether the chat was deleted successfully"
612
+ }
613
+ },
614
+ "required": [
615
+ "success"
616
+ ],
617
+ "additionalProperties": false
618
+ }
619
+ },
620
+ {
621
+ "name": "search_chats",
622
+ "displayName": "Search Chats",
623
+ "description": "Search for chat conversations by name.",
624
+ "summary": "Search chats by keyword",
625
+ "icon": "search",
626
+ "group": "Chats",
627
+ "input_schema": {
628
+ "type": "object",
629
+ "properties": {
630
+ "keyword": {
631
+ "type": "string",
632
+ "description": "Search keyword"
633
+ }
634
+ },
635
+ "required": [
636
+ "keyword"
637
+ ],
638
+ "additionalProperties": false
639
+ },
640
+ "output_schema": {
641
+ "type": "object",
642
+ "properties": {
643
+ "items": {
644
+ "type": "array",
645
+ "items": {
646
+ "type": "object",
647
+ "properties": {
648
+ "chat_id": {
649
+ "type": "number",
650
+ "description": "Chat/conversation ID"
651
+ },
652
+ "name": {
653
+ "type": "string",
654
+ "description": "Chat name/title"
655
+ },
656
+ "chat_type": {
657
+ "type": "integer",
658
+ "minimum": -9007199254740991,
659
+ "maximum": 9007199254740991,
660
+ "description": "Chat type (0=normal, 2=agent)"
661
+ },
662
+ "create_time": {
663
+ "type": "number",
664
+ "description": "Creation timestamp in ms"
665
+ },
666
+ "update_time": {
667
+ "type": "number",
668
+ "description": "Last update timestamp in ms"
669
+ },
670
+ "expert_id": {
671
+ "type": "number",
672
+ "description": "Associated expert ID (0 if none)"
673
+ },
674
+ "is_shared": {
675
+ "type": "boolean",
676
+ "description": "Whether the chat is shared publicly"
677
+ }
678
+ },
679
+ "required": [
680
+ "chat_id",
681
+ "name",
682
+ "chat_type",
683
+ "create_time",
684
+ "update_time",
685
+ "expert_id",
686
+ "is_shared"
687
+ ],
688
+ "additionalProperties": false
689
+ },
690
+ "description": "Matching chats"
691
+ },
692
+ "has_more": {
693
+ "type": "boolean",
694
+ "description": "Whether more results are available"
695
+ }
696
+ },
697
+ "required": [
698
+ "items",
699
+ "has_more"
700
+ ],
701
+ "additionalProperties": false
702
+ }
703
+ },
704
+ {
705
+ "name": "list_experts",
706
+ "displayName": "List Experts",
707
+ "description": "List your AI experts/agents. Returns paginated results.",
708
+ "summary": "List your AI experts",
709
+ "icon": "bot",
710
+ "group": "Experts",
711
+ "input_schema": {
712
+ "type": "object",
713
+ "properties": {
714
+ "page_num": {
715
+ "description": "Page number (default 1)",
716
+ "type": "integer",
717
+ "minimum": 1,
718
+ "maximum": 9007199254740991
719
+ },
720
+ "page_size": {
721
+ "description": "Results per page (default 20)",
722
+ "type": "integer",
723
+ "minimum": 1,
724
+ "maximum": 50
725
+ }
726
+ },
727
+ "additionalProperties": false
728
+ },
729
+ "output_schema": {
730
+ "type": "object",
731
+ "properties": {
732
+ "items": {
733
+ "type": "array",
734
+ "items": {
735
+ "type": "object",
736
+ "properties": {
737
+ "id": {
738
+ "type": "number",
739
+ "description": "Expert ID"
740
+ },
741
+ "chat_id": {
742
+ "type": "number",
743
+ "description": "Associated chat ID"
744
+ },
745
+ "name": {
746
+ "type": "string",
747
+ "description": "Expert name"
748
+ },
749
+ "description": {
750
+ "type": "string",
751
+ "description": "Expert description"
752
+ },
753
+ "creator_name": {
754
+ "type": "string",
755
+ "description": "Creator display name"
756
+ },
757
+ "icon_url": {
758
+ "type": "string",
759
+ "description": "Expert icon URL"
760
+ },
761
+ "cover_url": {
762
+ "type": "string",
763
+ "description": "Expert cover image URL"
764
+ },
765
+ "view_count": {
766
+ "type": "integer",
767
+ "minimum": -9007199254740991,
768
+ "maximum": 9007199254740991,
769
+ "description": "Number of views"
770
+ },
771
+ "up_vote_count": {
772
+ "type": "integer",
773
+ "minimum": -9007199254740991,
774
+ "maximum": 9007199254740991,
775
+ "description": "Number of upvotes"
776
+ },
777
+ "vote_status": {
778
+ "type": "integer",
779
+ "minimum": -9007199254740991,
780
+ "maximum": 9007199254740991,
781
+ "description": "Current user vote status (0=none, 1=upvoted)"
782
+ },
783
+ "is_pinned": {
784
+ "type": "boolean",
785
+ "description": "Whether pinned by the current user"
786
+ },
787
+ "publish_status": {
788
+ "type": "integer",
789
+ "minimum": -9007199254740991,
790
+ "maximum": 9007199254740991,
791
+ "description": "Publish status (0=draft, 1=published)"
792
+ },
793
+ "create_time": {
794
+ "type": "number",
795
+ "description": "Creation timestamp in ms"
796
+ },
797
+ "update_time": {
798
+ "type": "number",
799
+ "description": "Last update timestamp in ms"
800
+ }
801
+ },
802
+ "required": [
803
+ "id",
804
+ "chat_id",
805
+ "name",
806
+ "description",
807
+ "creator_name",
808
+ "icon_url",
809
+ "cover_url",
810
+ "view_count",
811
+ "up_vote_count",
812
+ "vote_status",
813
+ "is_pinned",
814
+ "publish_status",
815
+ "create_time",
816
+ "update_time"
817
+ ],
818
+ "additionalProperties": false
819
+ },
820
+ "description": "List of experts"
821
+ },
822
+ "has_more": {
823
+ "type": "boolean",
824
+ "description": "Whether more results are available"
825
+ },
826
+ "next_token": {
827
+ "type": "string",
828
+ "description": "Cursor for next page, empty if no more"
829
+ }
830
+ },
831
+ "required": [
832
+ "items",
833
+ "has_more",
834
+ "next_token"
835
+ ],
836
+ "additionalProperties": false
837
+ }
838
+ },
839
+ {
840
+ "name": "get_expert",
841
+ "displayName": "Get Expert",
842
+ "description": "Get detailed information about a specific AI expert/agent by ID.",
843
+ "summary": "Get expert details",
844
+ "icon": "bot",
845
+ "group": "Experts",
846
+ "input_schema": {
847
+ "type": "object",
848
+ "properties": {
849
+ "id": {
850
+ "type": "number",
851
+ "description": "Expert ID"
852
+ }
853
+ },
854
+ "required": [
855
+ "id"
856
+ ],
857
+ "additionalProperties": false
858
+ },
859
+ "output_schema": {
860
+ "type": "object",
861
+ "properties": {
862
+ "id": {
863
+ "type": "number",
864
+ "description": "Expert ID"
865
+ },
866
+ "chat_id": {
867
+ "type": "number",
868
+ "description": "Associated chat ID"
869
+ },
870
+ "name": {
871
+ "type": "string",
872
+ "description": "Expert name"
873
+ },
874
+ "description": {
875
+ "type": "string",
876
+ "description": "Expert description"
877
+ },
878
+ "creator_name": {
879
+ "type": "string",
880
+ "description": "Creator display name"
881
+ },
882
+ "icon_url": {
883
+ "type": "string",
884
+ "description": "Expert icon URL"
885
+ },
886
+ "cover_url": {
887
+ "type": "string",
888
+ "description": "Expert cover image URL"
889
+ },
890
+ "view_count": {
891
+ "type": "integer",
892
+ "minimum": -9007199254740991,
893
+ "maximum": 9007199254740991,
894
+ "description": "Number of views"
895
+ },
896
+ "up_vote_count": {
897
+ "type": "integer",
898
+ "minimum": -9007199254740991,
899
+ "maximum": 9007199254740991,
900
+ "description": "Number of upvotes"
901
+ },
902
+ "vote_status": {
903
+ "type": "integer",
904
+ "minimum": -9007199254740991,
905
+ "maximum": 9007199254740991,
906
+ "description": "Current user vote status (0=none, 1=upvoted)"
907
+ },
908
+ "is_pinned": {
909
+ "type": "boolean",
910
+ "description": "Whether pinned by the current user"
911
+ },
912
+ "publish_status": {
913
+ "type": "integer",
914
+ "minimum": -9007199254740991,
915
+ "maximum": 9007199254740991,
916
+ "description": "Publish status (0=draft, 1=published)"
917
+ },
918
+ "create_time": {
919
+ "type": "number",
920
+ "description": "Creation timestamp in ms"
921
+ },
922
+ "update_time": {
923
+ "type": "number",
924
+ "description": "Last update timestamp in ms"
925
+ }
926
+ },
927
+ "required": [
928
+ "id",
929
+ "chat_id",
930
+ "name",
931
+ "description",
932
+ "creator_name",
933
+ "icon_url",
934
+ "cover_url",
935
+ "view_count",
936
+ "up_vote_count",
937
+ "vote_status",
938
+ "is_pinned",
939
+ "publish_status",
940
+ "create_time",
941
+ "update_time"
942
+ ],
943
+ "additionalProperties": false
944
+ }
945
+ },
946
+ {
947
+ "name": "delete_expert",
948
+ "displayName": "Delete Expert",
949
+ "description": "Permanently delete an AI expert/agent by ID. This action cannot be undone.",
950
+ "summary": "Delete an expert",
951
+ "icon": "trash-2",
952
+ "group": "Experts",
953
+ "input_schema": {
954
+ "type": "object",
955
+ "properties": {
956
+ "id": {
957
+ "type": "number",
958
+ "description": "Expert ID to delete"
959
+ }
960
+ },
961
+ "required": [
962
+ "id"
963
+ ],
964
+ "additionalProperties": false
965
+ },
966
+ "output_schema": {
967
+ "type": "object",
968
+ "properties": {
969
+ "success": {
970
+ "type": "boolean",
971
+ "description": "Whether the deletion was successful"
972
+ }
973
+ },
974
+ "required": [
975
+ "success"
976
+ ],
977
+ "additionalProperties": false
978
+ }
979
+ },
980
+ {
981
+ "name": "pin_expert",
982
+ "displayName": "Pin Expert",
983
+ "description": "Pin or unpin an AI expert/agent. Pinned experts appear at the top of the list.",
984
+ "summary": "Pin or unpin an expert",
985
+ "icon": "pin",
986
+ "group": "Experts",
987
+ "input_schema": {
988
+ "type": "object",
989
+ "properties": {
990
+ "id": {
991
+ "type": "number",
992
+ "description": "Expert ID"
993
+ },
994
+ "is_pinned": {
995
+ "type": "boolean",
996
+ "description": "Whether to pin (true) or unpin (false)"
997
+ }
998
+ },
999
+ "required": [
1000
+ "id",
1001
+ "is_pinned"
1002
+ ],
1003
+ "additionalProperties": false
1004
+ },
1005
+ "output_schema": {
1006
+ "type": "object",
1007
+ "properties": {
1008
+ "success": {
1009
+ "type": "boolean",
1010
+ "description": "Whether the operation was successful"
1011
+ }
1012
+ },
1013
+ "required": [
1014
+ "success"
1015
+ ],
1016
+ "additionalProperties": false
1017
+ }
1018
+ },
1019
+ {
1020
+ "name": "vote_expert",
1021
+ "displayName": "Vote Expert",
1022
+ "description": "Upvote or remove a vote from an AI expert/agent.",
1023
+ "summary": "Vote on an expert",
1024
+ "icon": "thumbs-up",
1025
+ "group": "Experts",
1026
+ "input_schema": {
1027
+ "type": "object",
1028
+ "properties": {
1029
+ "id": {
1030
+ "type": "number",
1031
+ "description": "Expert ID"
1032
+ },
1033
+ "vote_status": {
1034
+ "type": "integer",
1035
+ "minimum": -9007199254740991,
1036
+ "maximum": 9007199254740991,
1037
+ "description": "Vote status (1=upvote, 0=remove vote)"
1038
+ }
1039
+ },
1040
+ "required": [
1041
+ "id",
1042
+ "vote_status"
1043
+ ],
1044
+ "additionalProperties": false
1045
+ },
1046
+ "output_schema": {
1047
+ "type": "object",
1048
+ "properties": {
1049
+ "success": {
1050
+ "type": "boolean",
1051
+ "description": "Whether the vote was successful"
1052
+ }
1053
+ },
1054
+ "required": [
1055
+ "success"
1056
+ ],
1057
+ "additionalProperties": false
1058
+ }
1059
+ },
1060
+ {
1061
+ "name": "list_expert_tags",
1062
+ "displayName": "List Expert Tags",
1063
+ "description": "List all available tags for categorizing AI experts/agents.",
1064
+ "summary": "List expert tags",
1065
+ "icon": "tags",
1066
+ "group": "Experts",
1067
+ "input_schema": {
1068
+ "type": "object",
1069
+ "properties": {},
1070
+ "additionalProperties": false
1071
+ },
1072
+ "output_schema": {
1073
+ "type": "object",
1074
+ "properties": {
1075
+ "tags": {
1076
+ "type": "array",
1077
+ "items": {
1078
+ "type": "object",
1079
+ "properties": {
1080
+ "id": {
1081
+ "type": "string",
1082
+ "description": "Tag ID"
1083
+ },
1084
+ "name": {
1085
+ "type": "string",
1086
+ "description": "Tag display name"
1087
+ }
1088
+ },
1089
+ "required": [
1090
+ "id",
1091
+ "name"
1092
+ ],
1093
+ "additionalProperties": false
1094
+ },
1095
+ "description": "List of expert tags"
1096
+ }
1097
+ },
1098
+ "required": [
1099
+ "tags"
1100
+ ],
1101
+ "additionalProperties": false
1102
+ }
1103
+ },
1104
+ {
1105
+ "name": "list_homepage_experts",
1106
+ "displayName": "List Homepage Experts",
1107
+ "description": "List featured AI experts/agents shown on the homepage. Returns paginated results.",
1108
+ "summary": "List homepage experts",
1109
+ "icon": "sparkles",
1110
+ "group": "Experts",
1111
+ "input_schema": {
1112
+ "type": "object",
1113
+ "properties": {
1114
+ "page_num": {
1115
+ "description": "Page number (default 1)",
1116
+ "type": "integer",
1117
+ "minimum": 1,
1118
+ "maximum": 9007199254740991
1119
+ },
1120
+ "page_size": {
1121
+ "description": "Results per page (default 20)",
1122
+ "type": "integer",
1123
+ "minimum": 1,
1124
+ "maximum": 50
1125
+ }
1126
+ },
1127
+ "additionalProperties": false
1128
+ },
1129
+ "output_schema": {
1130
+ "type": "object",
1131
+ "properties": {
1132
+ "items": {
1133
+ "type": "array",
1134
+ "items": {
1135
+ "type": "object",
1136
+ "properties": {
1137
+ "id": {
1138
+ "type": "number",
1139
+ "description": "Expert ID"
1140
+ },
1141
+ "chat_id": {
1142
+ "type": "number",
1143
+ "description": "Associated chat ID"
1144
+ },
1145
+ "name": {
1146
+ "type": "string",
1147
+ "description": "Expert name"
1148
+ },
1149
+ "description": {
1150
+ "type": "string",
1151
+ "description": "Expert description"
1152
+ },
1153
+ "creator_name": {
1154
+ "type": "string",
1155
+ "description": "Creator display name"
1156
+ },
1157
+ "icon_url": {
1158
+ "type": "string",
1159
+ "description": "Expert icon URL"
1160
+ },
1161
+ "cover_url": {
1162
+ "type": "string",
1163
+ "description": "Expert cover image URL"
1164
+ },
1165
+ "view_count": {
1166
+ "type": "integer",
1167
+ "minimum": -9007199254740991,
1168
+ "maximum": 9007199254740991,
1169
+ "description": "Number of views"
1170
+ },
1171
+ "up_vote_count": {
1172
+ "type": "integer",
1173
+ "minimum": -9007199254740991,
1174
+ "maximum": 9007199254740991,
1175
+ "description": "Number of upvotes"
1176
+ },
1177
+ "vote_status": {
1178
+ "type": "integer",
1179
+ "minimum": -9007199254740991,
1180
+ "maximum": 9007199254740991,
1181
+ "description": "Current user vote status (0=none, 1=upvoted)"
1182
+ },
1183
+ "is_pinned": {
1184
+ "type": "boolean",
1185
+ "description": "Whether pinned by the current user"
1186
+ },
1187
+ "publish_status": {
1188
+ "type": "integer",
1189
+ "minimum": -9007199254740991,
1190
+ "maximum": 9007199254740991,
1191
+ "description": "Publish status (0=draft, 1=published)"
1192
+ },
1193
+ "create_time": {
1194
+ "type": "number",
1195
+ "description": "Creation timestamp in ms"
1196
+ },
1197
+ "update_time": {
1198
+ "type": "number",
1199
+ "description": "Last update timestamp in ms"
1200
+ }
1201
+ },
1202
+ "required": [
1203
+ "id",
1204
+ "chat_id",
1205
+ "name",
1206
+ "description",
1207
+ "creator_name",
1208
+ "icon_url",
1209
+ "cover_url",
1210
+ "view_count",
1211
+ "up_vote_count",
1212
+ "vote_status",
1213
+ "is_pinned",
1214
+ "publish_status",
1215
+ "create_time",
1216
+ "update_time"
1217
+ ],
1218
+ "additionalProperties": false
1219
+ },
1220
+ "description": "List of homepage experts"
1221
+ },
1222
+ "has_more": {
1223
+ "type": "boolean",
1224
+ "description": "Whether more results are available"
1225
+ },
1226
+ "next_token": {
1227
+ "type": "string",
1228
+ "description": "Cursor for next page, empty if no more"
1229
+ }
1230
+ },
1231
+ "required": [
1232
+ "items",
1233
+ "has_more",
1234
+ "next_token"
1235
+ ],
1236
+ "additionalProperties": false
1237
+ }
1238
+ },
1239
+ {
1240
+ "name": "list_gallery_categories",
1241
+ "displayName": "List Gallery Categories",
1242
+ "description": "List all available gallery categories. Returns the full category tree including subcategories.",
1243
+ "summary": "List gallery categories",
1244
+ "icon": "layout-grid",
1245
+ "group": "Gallery",
1246
+ "input_schema": {
1247
+ "type": "object",
1248
+ "properties": {},
1249
+ "additionalProperties": false
1250
+ },
1251
+ "output_schema": {
1252
+ "type": "object",
1253
+ "properties": {
1254
+ "categories": {
1255
+ "type": "array",
1256
+ "items": {
1257
+ "type": "object",
1258
+ "properties": {
1259
+ "category": {
1260
+ "type": "string",
1261
+ "description": "Category name"
1262
+ },
1263
+ "sub_categories": {
1264
+ "type": "array",
1265
+ "items": {
1266
+ "type": "string"
1267
+ },
1268
+ "description": "Sub-category names"
1269
+ }
1270
+ },
1271
+ "required": [
1272
+ "category",
1273
+ "sub_categories"
1274
+ ],
1275
+ "additionalProperties": false
1276
+ },
1277
+ "description": "List of gallery categories"
1278
+ }
1279
+ },
1280
+ "required": [
1281
+ "categories"
1282
+ ],
1283
+ "additionalProperties": false
1284
+ }
1285
+ },
1286
+ {
1287
+ "name": "list_gallery_feed",
1288
+ "displayName": "List Gallery Feed",
1289
+ "description": "Browse the gallery feed with pagination. Optionally filter by category and subcategory.",
1290
+ "summary": "Browse gallery feed",
1291
+ "icon": "images",
1292
+ "group": "Gallery",
1293
+ "input_schema": {
1294
+ "type": "object",
1295
+ "properties": {
1296
+ "page_num": {
1297
+ "description": "Page number (default 1)",
1298
+ "type": "integer",
1299
+ "minimum": 1,
1300
+ "maximum": 9007199254740991
1301
+ },
1302
+ "page_size": {
1303
+ "description": "Results per page (default 20)",
1304
+ "type": "integer",
1305
+ "minimum": 1,
1306
+ "maximum": 50
1307
+ },
1308
+ "category": {
1309
+ "description": "Category name to filter by",
1310
+ "type": "string"
1311
+ },
1312
+ "sub_category": {
1313
+ "description": "Subcategory name to filter by",
1314
+ "type": "string"
1315
+ }
1316
+ },
1317
+ "additionalProperties": false
1318
+ },
1319
+ "output_schema": {
1320
+ "type": "object",
1321
+ "properties": {
1322
+ "galleries": {
1323
+ "type": "array",
1324
+ "items": {
1325
+ "type": "object",
1326
+ "properties": {
1327
+ "id": {
1328
+ "type": "number",
1329
+ "description": "Gallery item ID"
1330
+ },
1331
+ "chat_id": {
1332
+ "type": "number",
1333
+ "description": "Source chat ID"
1334
+ },
1335
+ "title": {
1336
+ "type": "string",
1337
+ "description": "Gallery item title"
1338
+ },
1339
+ "description": {
1340
+ "type": "string",
1341
+ "description": "Gallery item description"
1342
+ },
1343
+ "category": {
1344
+ "type": "string",
1345
+ "description": "Category name"
1346
+ },
1347
+ "cover_url": {
1348
+ "type": "string",
1349
+ "description": "Cover image URL"
1350
+ },
1351
+ "creator_name": {
1352
+ "type": "string",
1353
+ "description": "Creator display name"
1354
+ },
1355
+ "view_count": {
1356
+ "type": "integer",
1357
+ "minimum": -9007199254740991,
1358
+ "maximum": 9007199254740991,
1359
+ "description": "View count"
1360
+ },
1361
+ "remix_count": {
1362
+ "type": "integer",
1363
+ "minimum": -9007199254740991,
1364
+ "maximum": 9007199254740991,
1365
+ "description": "Remix count"
1366
+ }
1367
+ },
1368
+ "required": [
1369
+ "id",
1370
+ "chat_id",
1371
+ "title",
1372
+ "description",
1373
+ "category",
1374
+ "cover_url",
1375
+ "creator_name",
1376
+ "view_count",
1377
+ "remix_count"
1378
+ ],
1379
+ "additionalProperties": false
1380
+ },
1381
+ "description": "List of gallery items"
1382
+ },
1383
+ "has_more": {
1384
+ "type": "boolean",
1385
+ "description": "Whether more results are available"
1386
+ }
1387
+ },
1388
+ "required": [
1389
+ "galleries",
1390
+ "has_more"
1391
+ ],
1392
+ "additionalProperties": false
1393
+ }
1394
+ },
1395
+ {
1396
+ "name": "get_gallery_detail",
1397
+ "displayName": "Get Gallery Detail",
1398
+ "description": "Get detailed information about a specific gallery item by its ID.",
1399
+ "summary": "Get gallery item details",
1400
+ "icon": "image",
1401
+ "group": "Gallery",
1402
+ "input_schema": {
1403
+ "type": "object",
1404
+ "properties": {
1405
+ "id": {
1406
+ "type": "integer",
1407
+ "minimum": -9007199254740991,
1408
+ "maximum": 9007199254740991,
1409
+ "description": "Gallery item ID"
1410
+ }
1411
+ },
1412
+ "required": [
1413
+ "id"
1414
+ ],
1415
+ "additionalProperties": false
1416
+ },
1417
+ "output_schema": {
1418
+ "type": "object",
1419
+ "properties": {
1420
+ "id": {
1421
+ "type": "number",
1422
+ "description": "Gallery item ID"
1423
+ },
1424
+ "chat_id": {
1425
+ "type": "number",
1426
+ "description": "Source chat ID"
1427
+ },
1428
+ "title": {
1429
+ "type": "string",
1430
+ "description": "Gallery item title"
1431
+ },
1432
+ "description": {
1433
+ "type": "string",
1434
+ "description": "Gallery item description"
1435
+ },
1436
+ "category": {
1437
+ "type": "string",
1438
+ "description": "Category name"
1439
+ },
1440
+ "cover_url": {
1441
+ "type": "string",
1442
+ "description": "Cover image URL"
1443
+ },
1444
+ "creator_name": {
1445
+ "type": "string",
1446
+ "description": "Creator display name"
1447
+ },
1448
+ "view_count": {
1449
+ "type": "integer",
1450
+ "minimum": -9007199254740991,
1451
+ "maximum": 9007199254740991,
1452
+ "description": "View count"
1453
+ },
1454
+ "remix_count": {
1455
+ "type": "integer",
1456
+ "minimum": -9007199254740991,
1457
+ "maximum": 9007199254740991,
1458
+ "description": "Remix count"
1459
+ }
1460
+ },
1461
+ "required": [
1462
+ "id",
1463
+ "chat_id",
1464
+ "title",
1465
+ "description",
1466
+ "category",
1467
+ "cover_url",
1468
+ "creator_name",
1469
+ "view_count",
1470
+ "remix_count"
1471
+ ],
1472
+ "additionalProperties": false
1473
+ }
1474
+ },
1475
+ {
1476
+ "name": "list_cron_jobs",
1477
+ "displayName": "List Scheduled Jobs",
1478
+ "description": "List scheduled (cron) jobs with pagination. Returns job definitions including their schedules and statuses.",
1479
+ "summary": "List scheduled jobs",
1480
+ "icon": "clock",
1481
+ "group": "Schedules",
1482
+ "input_schema": {
1483
+ "type": "object",
1484
+ "properties": {
1485
+ "page_num": {
1486
+ "description": "Page number (default 1)",
1487
+ "type": "integer",
1488
+ "minimum": 1,
1489
+ "maximum": 9007199254740991
1490
+ },
1491
+ "page_size": {
1492
+ "description": "Results per page (default 20)",
1493
+ "type": "integer",
1494
+ "minimum": 1,
1495
+ "maximum": 50
1496
+ }
1497
+ },
1498
+ "additionalProperties": false
1499
+ },
1500
+ "output_schema": {
1501
+ "type": "object",
1502
+ "properties": {
1503
+ "cron_jobs": {
1504
+ "type": "array",
1505
+ "items": {
1506
+ "type": "object",
1507
+ "properties": {
1508
+ "id": {
1509
+ "type": "string",
1510
+ "description": "Cron job ID"
1511
+ },
1512
+ "name": {
1513
+ "type": "string",
1514
+ "description": "Job name"
1515
+ },
1516
+ "prompt": {
1517
+ "type": "string",
1518
+ "description": "Prompt/instructions for the job"
1519
+ },
1520
+ "cron_expression": {
1521
+ "type": "string",
1522
+ "description": "Cron expression (e.g., \"0 9 * * *\")"
1523
+ },
1524
+ "status": {
1525
+ "type": "integer",
1526
+ "minimum": -9007199254740991,
1527
+ "maximum": 9007199254740991,
1528
+ "description": "Job status (0=paused, 1=active)"
1529
+ },
1530
+ "chat_id": {
1531
+ "type": "number",
1532
+ "description": "Associated chat ID"
1533
+ },
1534
+ "create_time": {
1535
+ "type": "number",
1536
+ "description": "Creation timestamp in ms"
1537
+ },
1538
+ "update_time": {
1539
+ "type": "number",
1540
+ "description": "Last update timestamp in ms"
1541
+ }
1542
+ },
1543
+ "required": [
1544
+ "id",
1545
+ "name",
1546
+ "prompt",
1547
+ "cron_expression",
1548
+ "status",
1549
+ "chat_id",
1550
+ "create_time",
1551
+ "update_time"
1552
+ ],
1553
+ "additionalProperties": false
1554
+ },
1555
+ "description": "List of scheduled jobs"
1556
+ },
1557
+ "has_more": {
1558
+ "type": "boolean",
1559
+ "description": "Whether more results are available"
1560
+ }
1561
+ },
1562
+ "required": [
1563
+ "cron_jobs",
1564
+ "has_more"
1565
+ ],
1566
+ "additionalProperties": false
1567
+ }
1568
+ },
1569
+ {
1570
+ "name": "get_cron_job",
1571
+ "displayName": "Get Scheduled Job",
1572
+ "description": "Get detailed information about a specific scheduled (cron) job by its ID.",
1573
+ "summary": "Get scheduled job details",
1574
+ "icon": "clock",
1575
+ "group": "Schedules",
1576
+ "input_schema": {
1577
+ "type": "object",
1578
+ "properties": {
1579
+ "id": {
1580
+ "type": "string",
1581
+ "description": "Cron job ID"
1582
+ }
1583
+ },
1584
+ "required": [
1585
+ "id"
1586
+ ],
1587
+ "additionalProperties": false
1588
+ },
1589
+ "output_schema": {
1590
+ "type": "object",
1591
+ "properties": {
1592
+ "id": {
1593
+ "type": "string",
1594
+ "description": "Cron job ID"
1595
+ },
1596
+ "name": {
1597
+ "type": "string",
1598
+ "description": "Job name"
1599
+ },
1600
+ "prompt": {
1601
+ "type": "string",
1602
+ "description": "Prompt/instructions for the job"
1603
+ },
1604
+ "cron_expression": {
1605
+ "type": "string",
1606
+ "description": "Cron expression (e.g., \"0 9 * * *\")"
1607
+ },
1608
+ "status": {
1609
+ "type": "integer",
1610
+ "minimum": -9007199254740991,
1611
+ "maximum": 9007199254740991,
1612
+ "description": "Job status (0=paused, 1=active)"
1613
+ },
1614
+ "chat_id": {
1615
+ "type": "number",
1616
+ "description": "Associated chat ID"
1617
+ },
1618
+ "create_time": {
1619
+ "type": "number",
1620
+ "description": "Creation timestamp in ms"
1621
+ },
1622
+ "update_time": {
1623
+ "type": "number",
1624
+ "description": "Last update timestamp in ms"
1625
+ }
1626
+ },
1627
+ "required": [
1628
+ "id",
1629
+ "name",
1630
+ "prompt",
1631
+ "cron_expression",
1632
+ "status",
1633
+ "chat_id",
1634
+ "create_time",
1635
+ "update_time"
1636
+ ],
1637
+ "additionalProperties": false
1638
+ }
1639
+ },
1640
+ {
1641
+ "name": "create_cron_job",
1642
+ "displayName": "Create Scheduled Job",
1643
+ "description": "Create a new scheduled (cron) job with a name, prompt, and cron expression defining when it runs.",
1644
+ "summary": "Create a scheduled job",
1645
+ "icon": "plus",
1646
+ "group": "Schedules",
1647
+ "input_schema": {
1648
+ "type": "object",
1649
+ "properties": {
1650
+ "name": {
1651
+ "type": "string",
1652
+ "description": "Name of the scheduled job"
1653
+ },
1654
+ "prompt": {
1655
+ "type": "string",
1656
+ "description": "Prompt to execute on each run"
1657
+ },
1658
+ "cron_expression": {
1659
+ "type": "string",
1660
+ "description": "Cron expression e.g. \"0 9 * * *\""
1661
+ }
1662
+ },
1663
+ "required": [
1664
+ "name",
1665
+ "prompt",
1666
+ "cron_expression"
1667
+ ],
1668
+ "additionalProperties": false
1669
+ },
1670
+ "output_schema": {
1671
+ "type": "object",
1672
+ "properties": {
1673
+ "id": {
1674
+ "type": "string",
1675
+ "description": "Cron job ID"
1676
+ },
1677
+ "name": {
1678
+ "type": "string",
1679
+ "description": "Job name"
1680
+ },
1681
+ "prompt": {
1682
+ "type": "string",
1683
+ "description": "Prompt/instructions for the job"
1684
+ },
1685
+ "cron_expression": {
1686
+ "type": "string",
1687
+ "description": "Cron expression (e.g., \"0 9 * * *\")"
1688
+ },
1689
+ "status": {
1690
+ "type": "integer",
1691
+ "minimum": -9007199254740991,
1692
+ "maximum": 9007199254740991,
1693
+ "description": "Job status (0=paused, 1=active)"
1694
+ },
1695
+ "chat_id": {
1696
+ "type": "number",
1697
+ "description": "Associated chat ID"
1698
+ },
1699
+ "create_time": {
1700
+ "type": "number",
1701
+ "description": "Creation timestamp in ms"
1702
+ },
1703
+ "update_time": {
1704
+ "type": "number",
1705
+ "description": "Last update timestamp in ms"
1706
+ }
1707
+ },
1708
+ "required": [
1709
+ "id",
1710
+ "name",
1711
+ "prompt",
1712
+ "cron_expression",
1713
+ "status",
1714
+ "chat_id",
1715
+ "create_time",
1716
+ "update_time"
1717
+ ],
1718
+ "additionalProperties": false
1719
+ }
1720
+ },
1721
+ {
1722
+ "name": "update_cron_job",
1723
+ "displayName": "Update Scheduled Job",
1724
+ "description": "Update an existing scheduled (cron) job. Only provided fields are changed; omitted fields remain unchanged.",
1725
+ "summary": "Update a scheduled job",
1726
+ "icon": "pencil",
1727
+ "group": "Schedules",
1728
+ "input_schema": {
1729
+ "type": "object",
1730
+ "properties": {
1731
+ "id": {
1732
+ "type": "string",
1733
+ "description": "Cron job ID to update"
1734
+ },
1735
+ "name": {
1736
+ "description": "New name for the job",
1737
+ "type": "string"
1738
+ },
1739
+ "prompt": {
1740
+ "description": "New prompt to execute",
1741
+ "type": "string"
1742
+ },
1743
+ "cron_expression": {
1744
+ "description": "New cron expression e.g. \"0 9 * * *\"",
1745
+ "type": "string"
1746
+ },
1747
+ "status": {
1748
+ "description": "Job status (0=paused, 1=active)",
1749
+ "type": "integer",
1750
+ "minimum": -9007199254740991,
1751
+ "maximum": 9007199254740991
1752
+ }
1753
+ },
1754
+ "required": [
1755
+ "id"
1756
+ ],
1757
+ "additionalProperties": false
1758
+ },
1759
+ "output_schema": {
1760
+ "type": "object",
1761
+ "properties": {
1762
+ "id": {
1763
+ "type": "string",
1764
+ "description": "Cron job ID"
1765
+ },
1766
+ "name": {
1767
+ "type": "string",
1768
+ "description": "Job name"
1769
+ },
1770
+ "prompt": {
1771
+ "type": "string",
1772
+ "description": "Prompt/instructions for the job"
1773
+ },
1774
+ "cron_expression": {
1775
+ "type": "string",
1776
+ "description": "Cron expression (e.g., \"0 9 * * *\")"
1777
+ },
1778
+ "status": {
1779
+ "type": "integer",
1780
+ "minimum": -9007199254740991,
1781
+ "maximum": 9007199254740991,
1782
+ "description": "Job status (0=paused, 1=active)"
1783
+ },
1784
+ "chat_id": {
1785
+ "type": "number",
1786
+ "description": "Associated chat ID"
1787
+ },
1788
+ "create_time": {
1789
+ "type": "number",
1790
+ "description": "Creation timestamp in ms"
1791
+ },
1792
+ "update_time": {
1793
+ "type": "number",
1794
+ "description": "Last update timestamp in ms"
1795
+ }
1796
+ },
1797
+ "required": [
1798
+ "id",
1799
+ "name",
1800
+ "prompt",
1801
+ "cron_expression",
1802
+ "status",
1803
+ "chat_id",
1804
+ "create_time",
1805
+ "update_time"
1806
+ ],
1807
+ "additionalProperties": false
1808
+ }
1809
+ },
1810
+ {
1811
+ "name": "execute_cron_job",
1812
+ "displayName": "Execute Scheduled Job Now",
1813
+ "description": "Immediately execute a scheduled (cron) job, bypassing its normal schedule.",
1814
+ "summary": "Run a scheduled job now",
1815
+ "icon": "play",
1816
+ "group": "Schedules",
1817
+ "input_schema": {
1818
+ "type": "object",
1819
+ "properties": {
1820
+ "id": {
1821
+ "type": "string",
1822
+ "description": "Cron job ID to execute"
1823
+ }
1824
+ },
1825
+ "required": [
1826
+ "id"
1827
+ ],
1828
+ "additionalProperties": false
1829
+ },
1830
+ "output_schema": {
1831
+ "type": "object",
1832
+ "properties": {
1833
+ "success": {
1834
+ "type": "boolean",
1835
+ "description": "Whether the execution was triggered"
1836
+ }
1837
+ },
1838
+ "required": [
1839
+ "success"
1840
+ ],
1841
+ "additionalProperties": false
1842
+ }
1843
+ },
1844
+ {
1845
+ "name": "list_cron_executions",
1846
+ "displayName": "List Cron Executions",
1847
+ "description": "List execution history for a scheduled (cron) job with pagination. Returns individual execution records with status and timing.",
1848
+ "summary": "List cron job executions",
1849
+ "icon": "history",
1850
+ "group": "Schedules",
1851
+ "input_schema": {
1852
+ "type": "object",
1853
+ "properties": {
1854
+ "job_id": {
1855
+ "type": "string",
1856
+ "description": "Cron job ID"
1857
+ },
1858
+ "page_num": {
1859
+ "description": "Page number (1-based)",
1860
+ "type": "integer",
1861
+ "minimum": -9007199254740991,
1862
+ "maximum": 9007199254740991
1863
+ },
1864
+ "page_size": {
1865
+ "description": "Number of executions per page",
1866
+ "type": "integer",
1867
+ "minimum": -9007199254740991,
1868
+ "maximum": 9007199254740991
1869
+ }
1870
+ },
1871
+ "required": [
1872
+ "job_id"
1873
+ ],
1874
+ "additionalProperties": false
1875
+ },
1876
+ "output_schema": {
1877
+ "type": "object",
1878
+ "properties": {
1879
+ "executions": {
1880
+ "type": "array",
1881
+ "items": {
1882
+ "type": "object",
1883
+ "properties": {
1884
+ "id": {
1885
+ "type": "string",
1886
+ "description": "Execution ID"
1887
+ },
1888
+ "job_id": {
1889
+ "type": "string",
1890
+ "description": "Parent job ID"
1891
+ },
1892
+ "status": {
1893
+ "type": "integer",
1894
+ "minimum": -9007199254740991,
1895
+ "maximum": 9007199254740991,
1896
+ "description": "Execution status"
1897
+ },
1898
+ "chat_id": {
1899
+ "type": "number",
1900
+ "description": "Chat ID where execution ran"
1901
+ },
1902
+ "start_time": {
1903
+ "type": "number",
1904
+ "description": "Start timestamp in ms"
1905
+ },
1906
+ "end_time": {
1907
+ "type": "number",
1908
+ "description": "End timestamp in ms"
1909
+ }
1910
+ },
1911
+ "required": [
1912
+ "id",
1913
+ "job_id",
1914
+ "status",
1915
+ "chat_id",
1916
+ "start_time",
1917
+ "end_time"
1918
+ ],
1919
+ "additionalProperties": false
1920
+ },
1921
+ "description": "List of cron executions"
1922
+ },
1923
+ "has_more": {
1924
+ "type": "boolean",
1925
+ "description": "Whether more results are available"
1926
+ }
1927
+ },
1928
+ "required": [
1929
+ "executions",
1930
+ "has_more"
1931
+ ],
1932
+ "additionalProperties": false
1933
+ }
1934
+ },
1935
+ {
1936
+ "name": "list_mcp_servers",
1937
+ "displayName": "List MCP Servers",
1938
+ "description": "List all MCP servers added to the MiniMax Agent workspace. Returns server names, URLs, connection status, and descriptions.",
1939
+ "summary": "List added MCP servers",
1940
+ "icon": "server",
1941
+ "group": "MCP Servers",
1942
+ "input_schema": {
1943
+ "type": "object",
1944
+ "properties": {},
1945
+ "additionalProperties": false
1946
+ },
1947
+ "output_schema": {
1948
+ "type": "object",
1949
+ "properties": {
1950
+ "servers": {
1951
+ "type": "array",
1952
+ "items": {
1953
+ "type": "object",
1954
+ "properties": {
1955
+ "id": {
1956
+ "type": "string",
1957
+ "description": "MCP server ID"
1958
+ },
1959
+ "name": {
1960
+ "type": "string",
1961
+ "description": "Server name"
1962
+ },
1963
+ "url": {
1964
+ "type": "string",
1965
+ "description": "Server URL or command"
1966
+ },
1967
+ "status": {
1968
+ "type": "integer",
1969
+ "minimum": -9007199254740991,
1970
+ "maximum": 9007199254740991,
1971
+ "description": "Server status (0=disconnected, 1=connected)"
1972
+ },
1973
+ "description": {
1974
+ "type": "string",
1975
+ "description": "Server description"
1976
+ }
1977
+ },
1978
+ "required": [
1979
+ "id",
1980
+ "name",
1981
+ "url",
1982
+ "status",
1983
+ "description"
1984
+ ],
1985
+ "additionalProperties": false
1986
+ },
1987
+ "description": "List of MCP servers"
1988
+ }
1989
+ },
1990
+ "required": [
1991
+ "servers"
1992
+ ],
1993
+ "additionalProperties": false
1994
+ }
1995
+ },
1996
+ {
1997
+ "name": "add_mcp_server",
1998
+ "displayName": "Add MCP Server",
1999
+ "description": "Add a new MCP server to the MiniMax Agent workspace. Provide a name, URL or command, and optional environment variables or arguments.",
2000
+ "summary": "Add an MCP server",
2001
+ "icon": "plus",
2002
+ "group": "MCP Servers",
2003
+ "input_schema": {
2004
+ "type": "object",
2005
+ "properties": {
2006
+ "name": {
2007
+ "type": "string",
2008
+ "description": "Server name"
2009
+ },
2010
+ "url": {
2011
+ "type": "string",
2012
+ "description": "Server URL or command"
2013
+ },
2014
+ "env": {
2015
+ "description": "Environment variables as key-value pairs",
2016
+ "type": "object",
2017
+ "propertyNames": {
2018
+ "type": "string"
2019
+ },
2020
+ "additionalProperties": {
2021
+ "type": "string"
2022
+ }
2023
+ },
2024
+ "args": {
2025
+ "description": "Arguments as key-value pairs",
2026
+ "type": "object",
2027
+ "propertyNames": {
2028
+ "type": "string"
2029
+ },
2030
+ "additionalProperties": {
2031
+ "type": "string"
2032
+ }
2033
+ }
2034
+ },
2035
+ "required": [
2036
+ "name",
2037
+ "url"
2038
+ ],
2039
+ "additionalProperties": false
2040
+ },
2041
+ "output_schema": {
2042
+ "type": "object",
2043
+ "properties": {
2044
+ "success": {
2045
+ "type": "boolean",
2046
+ "description": "Whether the server was added successfully"
2047
+ }
2048
+ },
2049
+ "required": [
2050
+ "success"
2051
+ ],
2052
+ "additionalProperties": false
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "remove_mcp_server",
2057
+ "displayName": "Remove MCP Server",
2058
+ "description": "Remove an MCP server from the MiniMax Agent workspace by its ID.",
2059
+ "summary": "Remove an MCP server",
2060
+ "icon": "trash-2",
2061
+ "group": "MCP Servers",
2062
+ "input_schema": {
2063
+ "type": "object",
2064
+ "properties": {
2065
+ "id": {
2066
+ "type": "string",
2067
+ "description": "MCP server ID to remove"
2068
+ }
2069
+ },
2070
+ "required": [
2071
+ "id"
2072
+ ],
2073
+ "additionalProperties": false
2074
+ },
2075
+ "output_schema": {
2076
+ "type": "object",
2077
+ "properties": {
2078
+ "success": {
2079
+ "type": "boolean",
2080
+ "description": "Whether the server was removed successfully"
2081
+ }
2082
+ },
2083
+ "required": [
2084
+ "success"
2085
+ ],
2086
+ "additionalProperties": false
2087
+ }
2088
+ },
2089
+ {
2090
+ "name": "get_workspace",
2091
+ "displayName": "Get Workspace",
2092
+ "description": "Get details about the current MiniMax Agent workspace including name, ID, and member count.",
2093
+ "summary": "Get workspace details",
2094
+ "icon": "building",
2095
+ "group": "Workspace",
2096
+ "input_schema": {
2097
+ "type": "object",
2098
+ "properties": {},
2099
+ "additionalProperties": false
2100
+ },
2101
+ "output_schema": {
2102
+ "type": "object",
2103
+ "properties": {
2104
+ "workspace": {
2105
+ "type": "object",
2106
+ "properties": {
2107
+ "id": {
2108
+ "type": "string",
2109
+ "description": "Workspace ID"
2110
+ },
2111
+ "name": {
2112
+ "type": "string",
2113
+ "description": "Workspace name"
2114
+ },
2115
+ "member_count": {
2116
+ "type": "integer",
2117
+ "minimum": -9007199254740991,
2118
+ "maximum": 9007199254740991,
2119
+ "description": "Number of workspace members"
2120
+ },
2121
+ "create_time": {
2122
+ "type": "number",
2123
+ "description": "Creation timestamp in ms"
2124
+ }
2125
+ },
2126
+ "required": [
2127
+ "id",
2128
+ "name",
2129
+ "member_count",
2130
+ "create_time"
2131
+ ],
2132
+ "additionalProperties": false,
2133
+ "description": "Workspace details"
2134
+ }
2135
+ },
2136
+ "required": [
2137
+ "workspace"
2138
+ ],
2139
+ "additionalProperties": false
2140
+ }
2141
+ },
2142
+ {
2143
+ "name": "list_workspace_members",
2144
+ "displayName": "List Workspace Members",
2145
+ "description": "List all members of the current MiniMax Agent workspace including their roles and contact information.",
2146
+ "summary": "List workspace members",
2147
+ "icon": "users",
2148
+ "group": "Workspace",
2149
+ "input_schema": {
2150
+ "type": "object",
2151
+ "properties": {},
2152
+ "additionalProperties": false
2153
+ },
2154
+ "output_schema": {
2155
+ "type": "object",
2156
+ "properties": {
2157
+ "members": {
2158
+ "type": "array",
2159
+ "items": {
2160
+ "type": "object",
2161
+ "properties": {
2162
+ "user_id": {
2163
+ "type": "string",
2164
+ "description": "Member user ID"
2165
+ },
2166
+ "name": {
2167
+ "type": "string",
2168
+ "description": "Member display name"
2169
+ },
2170
+ "email": {
2171
+ "type": "string",
2172
+ "description": "Member email"
2173
+ },
2174
+ "role": {
2175
+ "type": "string",
2176
+ "description": "Member role"
2177
+ },
2178
+ "avatar": {
2179
+ "type": "string",
2180
+ "description": "Member avatar URL"
2181
+ }
2182
+ },
2183
+ "required": [
2184
+ "user_id",
2185
+ "name",
2186
+ "email",
2187
+ "role",
2188
+ "avatar"
2189
+ ],
2190
+ "additionalProperties": false
2191
+ },
2192
+ "description": "List of workspace members"
2193
+ }
2194
+ },
2195
+ "required": [
2196
+ "members"
2197
+ ],
2198
+ "additionalProperties": false
2199
+ }
2200
+ }
2201
+ ]
2202
+ }