get-github-user
Retrieve detailed GitHub user information by providing a username. This tool, part of the MCP-Server, integrates with external APIs to fetch and return user data for streamlined access and usage.
Instructions
根据用户名获取 Github 用户信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"username": {
"type": "string"
}
},
"type": "object"
}