Skip to content

Commit 478cd16

Browse files
author
Shuyang
committed
update README typo
1 parent fcfcd31 commit 478cd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Model Context Protocol (MCP) server for Slack Workspaces. This integration suppo
2121
- Required inputs:
2222
- `channel_types` (string): Comma-separated channel types. Allowed values: 'mpim', 'im', 'public_channel', 'private_channel'. Example: 'public_channel,private_channel,im'.
2323
- `sort` (string): Type of sorting. Allowed values: 'popularity' - sort by number of members/participants in each channel.
24-
- `limit` (string, default: 100): Limit of channels to fetch.
24+
- `limit` (number, default: 100): Limit of channels to fetch.
2525
- `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.
2626
- Returns: List of channels
2727

0 commit comments

Comments
 (0)