get_project_readme
Fetch the README file from a CERN GitLab project. Automatically detects standard filenames to provide raw content for understanding project purpose.
Instructions
Get the README file content for a CERN GitLab project. Automatically detects standard README filenames (README.md, README.rst, etc.). Returns the raw content — useful for understanding what a project does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch name, tag, or commit SHA (default: project's default branch) | |
| project | Yes | Project identifier — either a numeric ID (e.g. '12345') or a path (e.g. 'atlas/athena') |