Smithery
search_users
Search for users on GitHub
Remote AndyManastorm/smithery-reference-servers
Other tools also called search_users?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"q": {
"type": "string"
},
"page": {
"type": "number",
"minimum": 1
},
"sort": {
"enum": [
"followers",
"repositories",
"joined"
],
"type": "string"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"per_page": {
"type": "number",
"maximum": 100,
"minimum": 1
}
}
}