github_users_get_context_for_user
Retrieve contextual information about a GitHub user, optionally scoped to a specific organization, repository, issue, or pull request.
Instructions
Get contextual information for a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username | |
| subject_type | No | Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, `pull_request`. **Required** when using `subject_id`. | |
| subject_id | No | Uses the ID for the `subject_type` you specified. **Required** when using `subject_type`. |