Skip to main content
Glama

OSSInsight MCP Server

list_collections

Retrieve all repository collections with pagination support. Use this tool to explore and analyze GitHub data for open source ecosystems through the OSSInsight MCP Server.

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" }

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