Get Source Details
jules_get_sourceRetrieve full details of a connected GitHub repository, including owner, visibility, default branch, and all available branches, using its source ID.
Instructions
Get details of a specific repository source.
Retrieves full information about a connected GitHub repository including all available branches.
Args:
sourceId (string, required): The source ID (e.g., 'github-owner-repo')
response_format ('markdown' | 'json'): Output format
Returns: Full source details:
Repository owner and name
Public/private status
Default branch
All available branches
Examples:
Get repo details: sourceId="github-myorg-myrepo"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceId | Yes | The source ID (e.g., 'github-owner-repo') | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |