get_project_readme
Retrieve the README content of any CERN GitLab project to understand what it does. Automatically detects standard README filenames and returns the raw content.
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 URL-encoded path (e.g. 'atlas/athena') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||