Skip to main content
Glama

WayStation MCP Server

Official

postSlackMessage

Send text messages to specified Slack channels via WayStation MCP Server, enabling direct communication between MCP hosts and Slack workspaces.

Instructions

Sends a text message to a specified Slack channel in the authenticated user's workspace.

Input Schema

NameRequiredDescriptionDefault
channelYesThe channel to post to (with or without # prefix)
messageYesThe message text to post

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "The channel to post to (with or without # prefix)", "type": "string" }, "message": { "description": "The message text to post", "type": "string" } }, "required": [ "channel", "message" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/waystation-ai/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server