get_wiki_pages
Access and retrieve wiki page content from CERN GitLab repositories to find project documentation. List all available pages or get specific page details using project identifiers.
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
TableJSON 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. |