Skip to main content
Glama

OSSInsight MCP Server

natural_language_query

Analyze GitHub data instantly by submitting natural language queries to extract insights on repositories, developers, and open source ecosystems.

Instructions

Query GitHub data using natural language through the OSSInsight chat interface

Input Schema

NameRequiredDescriptionDefault
queryYesNatural language query, e.g., 'Which repositories gained the most stars in 2023?'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Natural language query, e.g., 'Which repositories gained the most stars in 2023?'", "type": "string" } }, "required": [ "query" ], "type": "object" }

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