Get GitHub Activity
get_github_activityFetch a live list of recently updated public repositories for a GitHub user. Provide a username to see their activity, or rely on the default profile.
Instructions
Fetches a live list of recently updated public repositories for a GitHub user via the GitHub REST API (bonus tool demonstrating a real external API integration, not static profile data). Defaults to Daksh's own GitHub username.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of repositories to return. Defaults to 5. | |
| username | No | GitHub username to look up. Defaults to Daksh's username from the profile data if omitted. |