You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`sort` (string): Type of sorting. Allowed values: 'popularity' - sort by number of members/participants in each channel.
24
+
-`limit` (number, default: 100): Limit of channels to fetch.
25
+
-`cursor` (string): Cursor for pagination. Use the value of the last row and column in the response as next_cursor field returned from the previous request.
mcp.Description("Type of sorting. Allowed values: 'popularity' - sort by number of members/participants in each channel."),
51
51
),
52
+
mcp.WithNumber("limit",
53
+
mcp.DefaultNumber(100),
54
+
mcp.Description("The maximum number of items to return. Must be an integer under 1000."),
55
+
),
56
+
mcp.WithString("cursor",
57
+
mcp.Description("Cursor for pagination. Use the value of the last row and column in the response as next_cursor field returned from the previous request."),
0 commit comments