-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Hi 👋
It would be very useful if slack-mcp-server could support Slack’s Slack Lists feature.
Currently, I can query Slack Lists manually via HTTP requests, but native support in the MCP server would make this much easier and more consistent.
Key requirements
- Retrieve all Slack Lists in a workspace (with limit)
- Fetch all items within a list
- Access item properties such as:
- whether it is completed or not
- completion timestamp
- assignee
- due date
Relevant Slack API endpoints
- : POST https://slack.com/api/slackLists.items.list
- : POST https://slack.com/api/slackLists.items.info
Would you consider adding support for these endpoints into slack-mcp-server so Lists can be queried directly (instead of raw HTTP requests) ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers