Skip to main content
Glama

Beep Boop MCP

initiate_conversation

Start new conversations on Slack or Discord, automatically creating threads on Discord. Specify platform, channel ID, message content, and optional agent ID for collaboration.

Instructions

Proactively starts a new conversation on Discord or Slack. For Discord, creates a thread automatically.

Input Schema

NameRequiredDescriptionDefault
agentIdNoOptional agent ID for attribution
channelIdNoChannel ID to send message to (optional - uses default if not specified)
contentYesInitial message content to send
platformYesPlatform to send message to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentId": { "description": "Optional agent ID for attribution", "type": "string" }, "channelId": { "description": "Channel ID to send message to (optional - uses default if not specified)", "type": "string" }, "content": { "description": "Initial message content to send", "type": "string" }, "platform": { "description": "Platform to send message to", "enum": [ "slack", "discord" ], "type": "string" } }, "required": [ "platform", "content" ], "type": "object" }

Other Tools from Beep Boop MCP

Related Tools

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/thesammykins/beep_boop_mcp'

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