gitlab_search_in_project
Search within GitLab projects for issues, merge requests, commits, wiki pages, and more by specifying scope and query. Integrates with MCP GitLab Server for efficient project management and navigation.
Instructions
Search within a project's issues, merge requests, commits, wiki pages, and more. Specify scope (issues/merge_requests/milestones/wiki_blobs/commits/blobs/users) and search query.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number for pagination (integer, ≥1, default: 1) | |
per_page | No | Number of results per page (integer, 1-100, default: 20) | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided | |
scope | Yes | Scope to search within (string). Options: 'issues', 'merge_requests', 'milestones', 'wiki_blobs', 'commits', 'blobs', 'users' | |
search | Yes | Search query string. Searches in project names and descriptions. Case-insensitive partial matching |