ODW #8: A Hands-On Internal Workshop on Accelerating Incident Response and FAQ Generation with Slack MCP (opens in new tab)
LY Corporation’s Orchestration Development Workshop demonstrated how Slack MCP can turn scattered Slack conversations into structured operational knowledge. Using AI, employees can summarize incidents, generate reports, create FAQs, and publish results to Confluence with minimal setup. The workshop’s central conclusion was that hands-on practice, reusable skills, and human review are essential for turning new AI capabilities into practical workplace tools.
The Information and Adoption Challenge
- Slack contains valuable real-time information from incident response, customer inquiries, and project discussions.
- Much of this information remains unstructured because employees lack time to document it.
- Documentation quality varies by author, causing useful knowledge to become difficult to find.
- Although Slack MCP became available internally in March 2026, adoption barriers remained:
- Limited time to explore new tools
- Concerns about complex configuration
- Slow internal distribution of technical knowledge
Introducing Slack MCP Through Hands-On Practice
- Slack MCP is an internally developed MCP server connected to company authentication.
- Employees can access internal Slack data without issuing personal tokens or configuring OAuth.
- The workshop began with a simple exercise:
- Launch a coding tool such as Claude Code
- Ask the AI to post “Hello” in a designated Slack channel
- Confirm that the message was actually posted
- This immediate success helped participants understand MCP’s practical capabilities.
Combining Slack MCP with Other MCP Servers
Slack MCP supports several core operations:
- Reading messages and threads
- Posting messages and performing actions
- Looking up channels and members
- Searching Slack content
Combined with other MCP servers, it can support broader workflows:
- Slack plus Confluence MCP: Generate and publish project reports or FAQs
- Slack plus Jira MCP: Create work tickets from discussions
- Slack conversations can be transformed into structured documents rather than remaining isolated in chat history.
Automatically Creating FAQs from Slack Inquiries
The first major exercise converted repeated support discussions into reusable knowledge.
- Slack inquiry threads were collected and converted into FAQ-formatted Markdown.
- Existing Confluence content was checked to identify duplicates.
- New FAQs were published as child pages under an existing Confluence knowledge base.
- The output was formatted as a table containing:
- Symptoms
- Causes
- Solutions
The workflow was packaged into reusable skills such as:
slack-to-faq: Searches recent inquiry threads and generates new FAQ filesfaq-to-confluence: Converts and publishes the FAQs to Confluence
This demonstrated how MCP can automate the entire path from conversation search to knowledge-base publication.
Supporting Incident Response
The second exercise focused on reducing the time needed to understand and document incidents.
Rapid Situation Summaries
Participants could ask the AI to summarize an outage in natural language. MCP searched relevant Slack threads and organized the information into:
- Current resolution status
- Customer impact
- Actions being taken by team members
- A chronological timeline
This helps managers or newly joining responders understand the situation quickly without reading every thread.
Automated Incident Reports
After resolution, the AI generated reports in a specified format, including:
- Incident and detection times
- Duration
- Root cause
- Affected users and features
- Whether data was lost
- Remediation steps
The slack-incident-status and slack-incident-report skills separated real-time status checking from post-incident documentation.
Practical Guidelines and Safeguards
- Clean and constrain source data before processing it:
- Compare results with existing Confluence FAQs
- Filter messages using reactions or other markers
- Limit searches to relevant channels and threads
- Do not publish AI-generated documents without review.
- Check for personal information and confirm that the output accurately reflects the source conversations.
- Include links or references to the original Slack threads.
- Specify the desired output structure, such as a three-column table for symptoms, causes, and solutions.
- Convert successful prompts into reusable skills so teams can avoid rewriting complex instructions and maintain consistent output quality.
Lessons from the Workshop
- Timing matters: Holding the workshop soon after Slack MCP became available captured user interest and accelerated experimentation.
- Practice is more effective than explanation: Starting with a simple Slack post and progressing to FAQs and incident reports made the benefits immediately tangible.
- Real work makes training relevant: Inquiry handling and incident response were chosen because they are common, time-consuming tasks.
- Reusable skills improve adoption: Prompt patterns were tested manually, refined, saved as skills, and shared with participants for continued workplace use.
The recommended approach is to introduce new AI tools through timely, task-focused workshops, then refine successful workflows into shared skills. MCP can greatly reduce the effort of operational documentation, but human validation remains necessary before generated knowledge is published.