Skip to main content
Glama

Repology MCP Server

by tschoonj

get_repository_problems

Retrieve reported issues for a repository to identify package problems, dependency conflicts, or maintenance issues in software distributions.

Instructions

Get problems reported for a specific repository.

Args: repository: Repository name (e.g., "freebsd", "debian") start_from: Project name to start from for pagination Returns: JSON formatted list of problems for the repository

Input Schema

NameRequiredDescriptionDefault
repositoryYes
start_fromNo

Input Schema (JSON Schema)

{ "properties": { "repository": { "title": "Repository", "type": "string" }, "start_from": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start From" } }, "required": [ "repository" ], "title": "get_repository_problemsArguments", "type": "object" }

Other Tools from Repology 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/tschoonj/repology-mcp-server'

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