Back to tools

get_trending_repos

Get trending repos on GitHub by recent stars. Useful for discovering popular projects.

Schema and Policy
{
  "name": "get_trending_repos",
  "description": "Get trending repos on GitHub by recent stars. Useful for discovering popular projects.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "language": {
        "type": "string"
      },
      "since": {
        "type": "string",
        "enum": [
          "daily",
          "weekly",
          "monthly"
        ]
      },
      "per_page": {
        "type": "number"
      }
    }
  },
  "category": "GitHub",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}