Skip to main content
Glama

Zulip MCP Server

by avisekrath

delete-message

Remove a specific message from a Zulip workspace using its unique ID through the MCP server, ensuring precise message management and cleanup.

Instructions

Delete a message by its ID.

Input Schema

NameRequiredDescriptionDefault
message_idYesUnique ID of the message to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message_id": { "description": "Unique ID of the message to delete", "type": "number" } }, "required": [ "message_id" ], "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/avisekrath/zulip-mcp-server'

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