Search GitLab
search_gitlabSearch across GitLab projects and issues for a given text term. Retrieve matching results with pagination support.
Instructions
Text search across GitLab projects and issues (Note: Does not support filtering by assignee/labels - use search_issues for that. MRs cannot be searched globally - use search_merge_requests with username)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchTerm | No | Search term (leave empty for recent activity) | |
| first | No | Number of results to retrieve per category | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results per category | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |