Skip to main content
List accessible GitLab projects

Tool details

FieldValue
Namegitlab__list_projects
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "membership": {
      "type": "boolean",
      "description": "Only return projects the user is a member of"
    },
    "search": {
      "type": "string",
      "description": "Search text for projects"
    },
    "simple": {
      "type": "boolean",
      "description": "Return simplified project objects"
    },
    "page": {
      "type": "number",
      "description": "Result page"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page"
    }
  },
  "description": "Input schema for the gitlab__list_projects tool."
}

Output schema

This tool does not publish an output schema.