Smithery

search_repositories

Search for GitHub repositories!!!

Remote AndyManastorm/smithery-reference-servers

Other tools also called search_repositories? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number for pagination (default: 1)"
    },
    "query": {
      "type": "string",
      "description": "Search query (see GitHub search syntax)"
    },
    "perPage": {
      "type": "number",
      "description": "Number of results per page (default: 30, max: 100)"
    }
  }
}