Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SLACK_BOT_TOKENYesBot User OAuth Token for Slack (starts with xoxb-)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
slack_create_channelA

Create a new Slack channel (public or private)

slack_invite_to_channelB

Invite users to a Slack channel by email or user ID

slack_post_messageC

Post a message to a Slack channel. Supports markdown formatting.

slack_post_threadA

Reply to a message in a thread

slack_pin_messageB

Pin a message to a channel

slack_list_usersA

List all users in the Slack workspace for user ID lookup

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action: creating channels, inviting users, listing users, pinning messages, posting messages, and replying in threads. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent 'slack_verb_noun' pattern in snake_case, making them predictable and easy to differentiate.

Tool Count5/5

With 6 tools, the set is concise and covers essential Slack operations without being overly large or sparse.

Completeness2/5

Missing critical operations like reading messages, listing channels, editing/deleting messages, and direct messaging, which limits the server's utility for typical Slack workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues