GitHub User Profile
developer.github.userRetrieve detailed GitHub user profiles: name, bio, public repos, followers, company, location, and join date. Supports both users and organizations via GitHub API.
Instructions
Get a GitHub user profile — name, bio, public repos count, followers, company, location, join date. Works for users and organizations (GitHub API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | GitHub username (e.g. "torvalds", "whiteknightonhorse") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |