Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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.
github__get_user
{ "type": "object", "properties": { "username": { "type": "string", "description": "GitHub username/login to look up" } }, "required": [ "username" ], "description": "Input schema for the github__get_user tool." }