GitLab MCP Server

by rifqi96
Verified

gitlab_update_slack_integration

Configure Slack integration settings for GitLab projects by specifying the project ID, webhook URL, and optional channel and username. Streamline notifications and updates directly in Slack.

Instructions

Update Slack integration settings for a project

Input Schema

NameRequiredDescriptionDefault
channelNoThe Slack channel name
project_idYesThe ID or URL-encoded path of the project
usernameNoThe Slack username
webhookYesThe Slack webhook URL

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "The Slack channel name", "type": "string" }, "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" }, "username": { "description": "The Slack username", "type": "string" }, "webhook": { "description": "The Slack webhook URL", "type": "string" } }, "required": [ "project_id", "webhook" ], "type": "object" }
ID: 7phkmkcd67