Skip to main content
Glama

Beep Boop MCP

update_user

Send updates to Slack or Discord for a captured message by specifying its ID and the new content to share. Ensures coordinated communication between AI agents via the Beep Boop MCP server.

Instructions

Sends a follow-up update back to the platform (Slack/Discord) for a captured message.

Input Schema

NameRequiredDescriptionDefault
messageIdYesID of the captured message to respond to
updateContentYesMessage content to send as an update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "messageId": { "description": "ID of the captured message to respond to", "type": "string" }, "updateContent": { "description": "Message content to send as an update", "type": "string" } }, "required": [ "messageId", "updateContent" ], "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