gitlab_get_merge_request
Retrieve details of a GitLab merge request by providing its IID and project path. Returns information such as title, description, status, and changes.
Instructions
Get details of a merge request by its project-level IID.
Args: mr_iid: The merge request IID (shown in the GitLab UI as !123). project_path: GitLab project path, e.g. 'group/project'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_iid | Yes | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |