II.
Tool JSON
Structured · livetool:winget
winget json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:winget",
"_kind": "Tool",
"_file": "domain/tools/tools-package-managers-api.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "winget",
"homepageUrl": "https://github.com/microsoft/winget-cli",
"kind": "package-manager",
"description": "Microsoft's official Windows Package Manager CLI, built into Windows 10/11 and backed\nby the Windows Package Manager Community Repository with thousands of verified packages.\nSupports install, upgrade, uninstall, and export/import of package lists for reproducible setups.\n"
},
"outgoingEdges": [
{
"from": "tool:winget",
"to": "skill-area:developer-environment",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:winget",
"to": "skill-area:developer-environment",
"kind": "used_for"
},
{
"from": "tool:winget",
"to": "tool:chocolatey",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — winget is Microsoft official; Chocolatey is community-driven"
}
},
{
"from": "tool:winget",
"to": "tool:scoop",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — winget is Microsoft official; Scoop is developer-focused"
}
},
{
"from": "tool:winget",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — winget is Windows; Homebrew is macOS"
}
}
],
"incomingEdges": [
{
"from": "tool:homebrew",
"to": "tool:winget",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS; winget is Windows"
}
},
{
"from": "tool:chocolatey",
"to": "tool:winget",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — Chocolatey is community-driven; winget is Microsoft official"
}
},
{
"from": "tool:scoop",
"to": "tool:winget",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — Scoop is developer-focused; winget is Microsoft official"
}
},
{
"from": "tool-server:mcp-winget",
"to": "tool:winget",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "install:winget",
"to": "tool:winget",
"kind": "install_method_requires"
}
]
}