Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List accessible GitLab projects
gitlab__list_projects
{ "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." }