Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a GitHub user profile by username. Use this to verify repository owners, assignees, and other GitHub usernames before acting.
| Field | Value |
|---|---|
| Name | github__get_user |
| Group | Integrations |
{
"type": "object",
"properties": {
"username": {
"type": "string",
"description": "GitHub username/login to look up"
}
},
"required": [
"username"
],
"description": "Input schema for the github__get_user tool."
}