Skip to main content
Glama

Zulip MCP Server

by avisekrath

upload-file

Upload files or images to Zulip workspaces by providing a filename and Base64 encoded content. Specify the MIME type or let the system auto-detect it.

Instructions

Upload a file or image to Zulip.

Input Schema

NameRequiredDescriptionDefault
contentYesBase64 encoded file content
content_typeNoMIME type (e.g., 'image/png', 'application/pdf'). Auto-detected if not provided
filenameYesName of the file including extension (e.g., 'document.pdf', 'image.png')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Base64 encoded file content", "type": "string" }, "content_type": { "description": "MIME type (e.g., 'image/png', 'application/pdf'). Auto-detected if not provided", "type": "string" }, "filename": { "description": "Name of the file including extension (e.g., 'document.pdf', 'image.png')", "type": "string" } }, "required": [ "filename", "content" ], "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