Skip to main content
Glama

GitLab WeChat MCP

by lh8966

generate_daily_report

Generate and send daily GitLab commit reports to WeChat Work groups, tracking project contributions by date and user for team visibility.

Instructions

生成并发送GitLab提交记录的日报到企业微信

Input Schema

NameRequiredDescriptionDefault
dateYes查询日期,格式:YYYY-MM-DD
projectIdNo项目ID(可选,不指定则查询所有项目)
usernameNoGitLab用户名(可选,默认使用配置的用户名)

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "查询日期,格式:YYYY-MM-DD", "type": "string" }, "projectId": { "description": "项目ID(可选,不指定则查询所有项目)", "type": "string" }, "username": { "description": "GitLab用户名(可选,默认使用配置的用户名)", "type": "string" } }, "required": [ "date" ], "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