Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_get_user_contributions_summary

Summarize a user's contributions, including commits, issues, MRs, and project involvement within a specified timeframe. Ideal for performance reviews, team tracking, and project health analysis.

Instructions

Summarize user's recent contributions across issues, MRs, and commits

Get a comprehensive overview of a user's activity and contributions over a specified time period, aggregating data from multiple sources.

Returns contribution summary including:

  • Commit statistics: count, additions, deletions
  • Issue activity: created, closed, commented
  • MR activity: created, merged, reviewed
  • Project involvement: active repositories
  • Trend analysis: activity patterns over time

Use cases:

  • Performance reviews and reports
  • Team contribution tracking
  • Identifying active contributors
  • Project health monitoring

Parameters:

  • user_id: Numeric user ID
  • username: Username string (use either user_id or username)
  • since: Start date for analysis (YYYY-MM-DD)
  • until: End date for analysis (YYYY-MM-DD)
  • project_id: Optional project scope filter

Example: Get user contributions for last month

{ "username": "johndoe", "since": "2024-01-01", "until": "2024-01-31" }

Input Schema

NameRequiredDescriptionDefault
project_idNoOptional project scope filter
sinceNoStart date for analysis (YYYY-MM-DD)
untilNoEnd date for analysis (YYYY-MM-DD)
user_idNoNumeric user ID
usernameNoUsername string

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Optional project scope filter", "type": "string" }, "since": { "description": "Start date for analysis (YYYY-MM-DD)", "type": "string" }, "until": { "description": "End date for analysis (YYYY-MM-DD)", "type": "string" }, "user_id": { "description": "Numeric user ID", "type": "string" }, "username": { "description": "Username string", "type": "string" } }, "type": "object" }

Other Tools from MCP GitLab Server

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/Vijay-Duke/mcp-gitlab'

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