Skip to main content
Get a GitHub user profile by username. Use this to verify repository owners, assignees, and other GitHub usernames before acting.

Tool details

FieldValue
Namegithub__get_user
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "description": "GitHub username/login to look up"
    }
  },
  "required": [
    "username"
  ],
  "description": "Input schema for the github__get_user tool."
}

Output schema

This tool does not publish an output schema.