search_repositories
Find GitLab projects by searching with keywords, page, and per-page parameters. Enhances project discovery on the GitLab MCP server with activity tracking and group projects listing.
Instructions
Search for GitLab projects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
per_page | No | ||
search | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"type": "number"
},
"per_page": {
"type": "number"
},
"search": {
"type": "string"
}
},
"type": "object"
}