GitHub · Capability
GitHub User API — Checks
GitHub User API — Checks. 3 operations. Lead operation: GitHub Check if Person is Followed by the Authenticated User. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Checkifpersonisfollowedbytheauthenticateduser
— GitHub Check if Person is Followed by the Authenticated User
/v1/user/following/{username}
GET
Checkifrepositoryisstarredbytheauthenticateduser
— GitHub Check if Repository is Starred by the Authenticated User
/v1/user/starred/{owner}/{repo}
GET
Checkifuserfollowsanotheruser
— GitHub Check if User Follows Another User
/v1/users/{username}/following/{target-user}
MCP Tools
github-check-if-person-is
GitHub Check if Person is Followed by the Authenticated User
read-only
idempotent
github-check-if-repository-is
GitHub Check if Repository is Starred by the Authenticated User
read-only
idempotent
github-check-if-user-follows
GitHub Check if User Follows Another User
read-only
idempotent