How to Catch Up on Slack with Copilot

Read Slack messages from your IDE with Copilot and ToolRouter. Catch up on channel activity without context-switching.

Tool
Slack icon
Slack

Copilot reads Slack channels from inside your development environment — catch up on the #engineering channel, check if there are any decisions you need to act on, and stay informed without leaving your editor.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Slack tool:

  1. In Copilot Chat: "Read recent messages from #engineering"
  2. Copilot retrieves the channel history
  3. Ask: "Were any technical decisions made that affect what I am working on?"
  4. Adjust your implementation based on what was discussed in Slack

Example Prompt

Try this with Copilot using the Slack tool
Read the last 30 messages in #backend-team and tell me if there are any architectural decisions or API changes I should know about before I continue with my current task.

Tips

  • Check the relevant Slack channel before starting on a new feature to catch any related decisions you missed
  • Ask Copilot to flag messages that mention your username or a component you are working on
  • Use this to verify that your implementation aligns with what the team agreed on in Slack