Overview
Slack tool allows you to send messages, read channels, and interact with Slack workspaces.Installation
Environment Variables
Quick Start
Usage with Agent
Available Methods
send_message(channel, text)
Send a message to a channel.get_channels()
List available channels.get_history(channel, limit=10)
Get channel message history.Common Errors
| Error | Cause | Solution |
|---|---|---|
SLACK_BOT_TOKEN not configured | Missing token | Set environment variable |
channel_not_found | Invalid channel | Check channel name |
not_in_channel | Bot not in channel | Invite bot to channel |

