search_issues
ActiveTool of Gitlab Public
declared in 0.1.0
Search issues across public GitLab projects by keyword. Returns issue title, state, author, labels, project ID, and direct URL.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "authentication bug"
},
{
"limit": 25,
"query": "performance improvement"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"query": {
"type": "string",
"description": "Search query for issue titles and descriptions"
}
}
}Parent server
Gitlab Public
https://github.com/pipeworx-io/mcp-gitlab-public
1/7 registries