List Connected Sources
jules_list_sourcesList all GitHub repositories connected to Jules, showing owner, repo name, public/private status, and branches. Filter by name or paginate to browse sources.
Instructions
List all repository sources connected to Jules.
Sources are GitHub repositories that Jules can work with. Sources are connected through the Jules web interface.
Args:
pageSize (number, optional): Results per page (1-100, default: 20)
pageToken (string, optional): Token for pagination
filter (string, optional): Filter expression (e.g., 'name=sources/github-owner-repo')
response_format ('markdown' | 'json'): Output format
Returns: List of sources with repository details:
Owner and repo name
Public/private status
Available branches
Examples:
List all repos: no params needed
Filter by name: filter="name=sources/github-myorg-myrepo"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter expression (e.g., 'name=sources/github-owner-repo') | |
| pageSize | No | Number of results to return (1-100) | |
| pageToken | No | Page token from previous response for pagination | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |