Skip to main content
Glama

Slack MCP Server

by AVIMBU
messages.ts580 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; export interface PostMessageArgs { channel_id: string; text: string; } export const postMessageTool: Tool = { name: "slack_post_message", description: "Post a new message to a Slack channel", inputSchema: { type: "object", properties: { channel_id: { type: "string", description: "The Channel ID to post the message to", }, text: { type: "string", description: "The message text to post", }, }, required: ["channel_id", "text"], }, };

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/AVIMBU/slack-mcp-server'

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