get_ci_catalog_resource
Retrieve details for a specific GitLab CI/CD Catalog resource, including versions and components. Use when you have a known resource ID or full path and need to inspect its contents or filter by component.
Instructions
Get details for a GitLab CI/CD Catalog resource, including versions and components. Use this for a known resource or result; choose the corresponding list or search tool when you need to discover multiple resources. It is read-only and does not mutate GitLab data; missing resources, invalid identifiers, insufficient permission, and rate limits are returned as errors. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | CI/CD Catalog resource global ID. Required when full_path is omitted. | |
| full_path | No | CI/CD Catalog resource full project path. Required when id is omitted. | |
| version_limit | No | Number of versions to include (default: 5, max: 20) | |
| component_name | No | Filter returned components by component name | |
| include_readme | No | Include version README content | |
| component_limit | No | Number of components per version to include (default: 20, max: 50) |