Skip to main content
Glama

GitLab WeChat MCP

by lh8966

send_to_wechat

Send GitLab commit updates and daily work reports to WeChat Work groups using text or markdown formatting for team communication and progress tracking.

Instructions

发送消息到企业微信

Input Schema

NameRequiredDescriptionDefault
messageYes要发送的消息内容
messageTypeNo消息类型text

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "要发送的消息内容", "type": "string" }, "messageType": { "default": "text", "description": "消息类型", "enum": [ "text", "markdown" ], "type": "string" } }, "required": [ "message" ], "type": "object" }

Other Tools from GitLab WeChat 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/lh8966/gitlab-wechat-mcp'

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