Resolve Path
resolve_pathDetermine if a GitLab path points to a project or group, then list group projects when applicable.
Instructions
Resolve a GitLab path to either a project or group and list group projects when applicable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullPath | Yes | Project or group full path (e.g., "group/subgroup/project") | |
| first | No | Number of items to retrieve when listing group projects | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |