list_sources
Retrieve available GitHub repositories for Jules AI to access and work with during coding sessions, supporting pagination for large lists.
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 |