You're viewing a demo portfolio

Join the waitlist
PRSM

search_issues

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gitlab Public

https://github.com/pipeworx-io/mcp-gitlab-public

1/7 registries
View full server →