github_org_packages
List all packages in a GitHub organization and get details on their name, type, visibility, and repository.
Instructions
List all packages for a GitHub organization. Returns detailed information about each package including its name, type, visibility, and repository details. Perfect for discovering available packages and their metadata in an organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | The organization name | |
| visibility | No | Filter packages by their visibility | |
| package_type | No | The type of package to filter for (e.g. npm, maven, docker, container) |