gitlab-mcp-server

by yoda-digital
Verified

get_project_events

Get recent events/activities for a GitLab project

Input Schema

NameRequiredDescriptionDefault
actionNo
afterNo
beforeNo
pageNo
per_pageNo
project_idNo
sortNo
target_typeNo

Input Schema (JSON Schema)

{ "properties": { "action": { "type": "string" }, "after": { "type": "string" }, "before": { "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "project_id": { "type": "string" }, "sort": { "enum": [ "asc", "desc" ], "type": "string" }, "target_type": { "type": "string" } }, "type": "object" }