mcp-nixos

by utensils
Verified

nixos_stats

Analyze and retrieve detailed statistics on NixOS package and option availability. Specify the channel to assess configurations, providing accurate insights for system adjustments.

Instructions

Get statistics about available NixOS packages and options.

Args: channel: NixOS channel to use (default: unstable) Returns: Statistics about packages and options

Input Schema

NameRequiredDescriptionDefault
channelNounstable
ctxYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "default": "unstable", "title": "Channel", "type": "string" }, "ctx": { "title": "ctx", "type": "string" } }, "required": [ "ctx" ], "title": "nixos_statsArguments", "type": "object" }
ID: j13wrfj9az