Skip to main content
Glama

gitlab_list_user_events

Retrieve a user's activity feed from GitLab to track contributions, audit actions, and monitor engagement by filtering events like issues created, comments added, or code pushes.

Instructions

Get user's activity feed Returns: Array of user activities Use when: Tracking user contributions, audit trail Filtering: By action type, target type, date range

Example activities:

  • Created issue #123

  • Commented on MR !456

  • Pushed to branch main

  • Closed issue #789

Related tools:

  • gitlab_list_project_members: Find users

  • gitlab_search_in_project: Search by user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesGitLab username Type: string Format: Username without @ symbol Case: Case-sensitive Required: Yes Examples: - 'johndoe' (for @johndoe) - 'mary-smith' (for @mary-smith) - 'user123' (for @user123) Note: This is the username, not display name or email
actionNoEvent action filter Type: string (enum) Options: - 'created': New items created - 'updated': Existing items modified - 'closed': Items closed - 'reopened': Items reopened - 'pushed': Code pushed - 'commented': Comments added - 'merged': MRs merged - 'joined': User joined project - 'left': User left project - 'destroyed': Items deleted - 'expired': Items expired Optional: Yes (returns all actions if not specified)
target_typeNoEvent target type filter Type: string (enum) Options: - 'Issue': Issue events - 'MergeRequest': MR events - 'Milestone': Milestone events - 'Note': Comment events - 'Project': Project events - 'Snippet': Snippet events - 'User': User events Optional: Yes (returns all types if not specified)
per_pageNoNumber of results per page Type: integer Range: 1-100 Default: 20 Example: 50 (for faster browsing) Tip: Use smaller values (10-20) for detailed operations, larger (50-100) for listing
pageNoPage number for pagination Type: integer Range: ≥1 Default: 1 Example: 3 (to get the third page of results) Note: Use with per_page to navigate large result sets
afterNoStart date for event filtering Type: string Format: ISO 8601 date Inclusive: Yes Optional: Yes Examples: - '2024-01-01' (events from start of 2024) - '2024-06-15T14:00:00Z' (specific time) See also: DESC_DATE_SINCE for similar functionality
beforeNoEnd date for event filtering Type: string Format: ISO 8601 date Inclusive: Yes Optional: Yes Examples: - '2024-12-31' (events until end of 2024) - '2024-06-15T14:00:00Z' (specific time) See also: DESC_DATE_UNTIL for similar functionality
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'Filtering: By action type, target type, date range' and provides 'Example activities' which give context about what types of events are returned. However, it doesn't disclose important behavioral traits like whether this is a read-only operation, rate limits, authentication requirements, or pagination behavior (though pagination parameters exist in the schema). The description adds some value but leaves gaps for a tool with 7 parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections ('Returns:', 'Use when:', 'Filtering:', 'Example activities:', 'Related tools:') and uses bullet points effectively. It's appropriately sized at 7 sentences/lines, with each section adding value. However, the 'Related tools' section could be more concise, and some redundancy exists with the schema (e.g., filtering information).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (7 parameters, no output schema, no annotations), the description is somewhat complete but has gaps. It explains the purpose, usage context, and provides examples, but lacks information about return format details, error conditions, authentication requirements, and doesn't fully address behavioral transparency. The absence of an output schema means the description should ideally explain what the 'Array of user activities' contains, which it only partially does through examples.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents all 7 parameters thoroughly with descriptions, examples, and constraints. The description adds minimal value beyond the schema, mentioning filtering capabilities ('Filtering: By action type, target type, date range') which the schema already covers in detail. The baseline score of 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with 'Get user's activity feed' and 'Returns: Array of user activities', providing a specific verb ('Get') and resource ('user's activity feed'). However, it doesn't explicitly differentiate from sibling tools like 'gitlab_get_user_activity_feed' which appears to serve a similar purpose, though the description implies this tool offers filtering capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a 'Use when:' section ('Tracking user contributions, audit trail') that provides clear context for when to use this tool. It also lists 'Related tools' with brief explanations ('Find users', 'Search by user'), offering some guidance on alternatives. However, it doesn't explicitly state when NOT to use this tool or compare it directly to similar siblings like 'gitlab_get_user_activity_feed'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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