Skip to main content
Glama

OSSInsight MCP Server

list_collections

Retrieve a paginated list of repository collections from the OSSInsight MCP Server for GitHub data analysis. Specify page and results per page to explore open source ecosystems.

Instructions

List all available repository collections

Input Schema

NameRequiredDescriptionDefault
pageNoPage number, starting from 1
per_pageNoNumber of results per page, default is 20

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number, starting from 1", "type": "number" }, "per_page": { "description": "Number of results per page, default is 20", "type": "number" } }, "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