list_sources
Retrieve available GitHub repositories for Jules AI to work with, supporting pagination to manage large lists efficiently.
Instructions
List available GitHub repositories that Jules can work with.
Args: page_size: Number of sources to return (1-100, default 30) page_token: Token for pagination from previous response
Returns: Dictionary with sources list and optional nextPageToken
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page_token | No |