list_group_wiki_pages
Retrieve all wiki pages for a GitLab group, optionally including content, to organize and manage group knowledge resources efficiently.
Instructions
List all wiki pages for a GitLab group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | ||
| with_content | No |
Input Schema (JSON Schema)
{
"properties": {
"group_id": {
"type": "string"
},
"with_content": {
"type": "boolean"
}
},
"type": "object"
}