get_wiki_pages
Retrieve wiki pages from a CERN GitLab repository. List all pages or get content of a specific page for project documentation.
Instructions
Access wiki pages from a CERN GitLab repository. Can list all wiki pages or retrieve the content of a specific page. Useful for accessing project documentation that lives in the wiki.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier — either a numeric ID (e.g. '12345') or a path (e.g. 'atlas/athena') | |
| page_slug | No | Optional: slug of a specific wiki page to retrieve. If omitted, lists all wiki pages. |