search_projects
Find GitLab projects by name or description using search terms. Retrieve specific projects from GitLab instances with pagination support.
Instructions
Search for GitLab projects by name or description
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |