get_user_by_username
Fetch public GitHub user details (name, bio, location, repo and follower counts) by username. Returns a 404 if the user does not exist or is hidden.
Instructions
Get publicly available information about a GitHub user by their login (username). Returns profile data including name, bio, location, public repo count, follower count, and following count. Returns a 404 if the user does not exist or is an Enterprise Managed User not visible to the caller. Docs: https://docs.github.com/en/rest/users/users#get-a-user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The GitHub username (login) of the user to look up. |