GitLab MCP Server

by rifqi96
Verified

gitlab_get_trigger_token

Retrieve pipeline trigger token details for a specified project and trigger ID using the GitLab MCP Server. Facilitates access to CI/CD pipeline automation tokens for workflow management.

Instructions

Get details of a pipeline trigger token

Input Schema

NameRequiredDescriptionDefault
project_idYesThe ID or URL-encoded path of the project
trigger_idYesThe ID of the trigger

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" }, "trigger_id": { "description": "The ID of the trigger", "type": "number" } }, "required": [ "project_id", "trigger_id" ], "type": "object" }
ID: 7phkmkcd67