Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List accessible GitLab projects
| Field | Value |
|---|---|
| Name | gitlab__list_projects |
| Group | Integrations |
{
"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."
}