Skip to main content
Glama

GitLab WeChat MCP

by lh8966

get_gitlab_commits

Retrieve GitLab commit records for specified dates to generate daily work reports and share them via WeChat Work integration.

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