openl List Repositories
openl_list_repositoriesList all design repositories in OpenL Studio and return their display names for use in other tools.
Instructions
List all design repositories in OpenL Studio. Returns repository information including 'id' (internal identifier) and 'name' (display name). Use the 'name' field when working with repositories in other tools. Example: if response contains {id: 'design-repo', name: 'Design Repository'}, use 'Design Repository' (the name) in other tools like list_projects(repository: 'Design Repository').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |
| limit | No | ||
| offset | No |