get_project_readme
Retrieve README content from CERN GitLab projects to understand project purpose and documentation. Automatically detects standard README formats for quick access to essential project information.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier — either a numeric ID (e.g. '12345') or a path (e.g. 'atlas/athena') | |
| ref | No | Branch name, tag, or commit SHA (default: project's default branch) |