Skip to main content
Glama

OSSInsight MCP Server

get_repo_analysis

Analyze GitHub repository activity, stars, and issues over specified time periods to gain insights into open source project performance and trends.

Instructions

Get detailed analysis of a GitHub repository, including activity, stars, issues, and other metrics.

Input Schema

NameRequiredDescriptionDefault
owner_repoYesRepository name in the format 'owner/repo'
time_periodNoTime range for analysis (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner_repo": { "description": "Repository name in the format 'owner/repo'", "type": "string" }, "time_period": { "description": "Time range for analysis (optional)", "enum": [ "last_28_days", "last_90_days", "last_year", "all_time" ], "type": "string" } }, "required": [ "owner_repo" ], "type": "object" }

You must be authenticated.

Other Tools from OSSInsight MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/damonxue/mcp-ossinsight'

If you have feedback or need assistance with the MCP directory API, please join our Discord server