GitHub

get_repo_languages

Analyze the programming language composition of a GitHub repository. Returns percentage breakdown of languages used, dominant language, and file counts per language. Use for understanding project tech stack or evaluating language distribution.

Remote nexgendata-apify/github-mcp-server

Other tools also called get_repo_languages? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository name (e.g. 'cpython', 'go')"
    },
    "owner": {
      "type": "string",
      "description": "Repository owner GitHub username or organization (e.g. 'python', 'golang')"
    }
  }
}
          

Provider

GitHub →