get_authenticated_user
Get the profile of the currently authenticated GitHub user, revealing private fields like private gists, total private repos, and plan details subject to token scope.
Instructions
Get the profile of the currently authenticated user (the owner of the GITHUB_TOKEN in use). Returns the same public fields as get_user_by_username plus private fields (private_gists, total_private_repos, plan, etc.) that are visible only to the token owner, subject to token scope. Docs: https://docs.github.com/en/rest/users/users#get-the-authenticated-user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||