resolve_path
Resolves GitLab paths to identify projects or groups, and lists group projects when applicable for repository navigation and management.
Instructions
Resolve a GitLab path to either a project or group and list group projects when applicable
Input Schema
TableJSON 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 - uses shared token if not provided) |