We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Interactor Platform
Built-in platform capabilities for Slack, Discord, and other messaging platforms. These tools provide channel management, message search, and summarization features.
Capabilities (4)
Summarize messages in a Slack or Discord channel
Generate a concise summary of messages in a Slack or Discord channel. Supports time-based filtering like 'last 7 days', 'this week', 'yesterday', etc. Returns a structured summary with key topics, decisions, action items, and active participants. IMPORTANT: If the user mentions ANY time period, you MUST pass it in time_range. Use the EXACT time phrase from the user's message (do not convert or rephrase).
summarize_channel(time_range, channel_id?, limit?)
Diagnose bot access to a Slack or Discord channel
Diagnose the bot's access to the current Slack or Discord channel. Returns information about channel membership, permissions, and any access issues. Use this to troubleshoot when other tools are failing.
diagnose_access()
Get information about a Slack or Discord channel
Get information about a Slack or Discord channel including its name, topic, purpose, and member count. This is useful for understanding the context of the current conversation.
get_channel_info()
Search for messages in a Slack or Discord channel
Search for messages across the Slack workspace (all channels) or retrieve recent messages from the current channel. When a search_query is provided, searches across all channels in the workspace the user has access to — not just the current channel. If no search_query is provided, retrieves the most recent messages from the current channel. Use this to find discussions about a topic that may have happened in any Slack channel (e.g., pre-meeting discussions, decisions, announcements).
search_messages(max_results?, search_query?)
Links
No external links available.
Authentication
No authentication methods documented.