Search Projects
search_projectsFind GitLab projects by searching their name or description. Supports pagination and fetching up to 100 results.
Instructions
Search for GitLab projects by name or description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchTerm | Yes | Search term to find projects by name or description | |
| first | No | Number of projects to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |