Skip to main content
Search for issues across projects

Tool details

FieldValue
Namegitlab__search_issues
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "search": {
      "type": "string",
      "description": "Search text for issue title or description"
    },
    "state": {
      "type": "string",
      "description": "Issue state"
    },
    "scope": {
      "type": "string",
      "description": "Issue scope such as created_by_me, assigned_to_me, or all"
    },
    "labels": {
      "type": "string",
      "description": "Comma-separated label names"
    },
    "page": {
      "type": "number",
      "description": "Result page"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page"
    }
  },
  "description": "Input schema for the gitlab__search_issues tool."
}

Output schema

This tool does not publish an output schema.