Tool
List discussion categories
The List Discussion Categories tool allows users to retrieve discussion categories with their IDs and names from a specified GitHub repository or organization, facilitating better categorization and management of discussions.
Features
- Fetches discussion categories by repository owner and optionally by repository name.
- Supports querying categories at both repository and organization levels.
- Provides category IDs alongside their names for precise identification.
- Integrates seamlessly with GitHub's discussion API for real-time data.
- Easy to use with a simple input schema requiring only the repository owner (and optionally the repository).
Benefits
- Improves organization and management of discussions within GitHub projects.
- Enables streamlined access to discussion categories for better project collaboration.
- Helps in automating workflows and integrations with GitHub discussions.
- Saves time by quickly fetching all relevant discussion categories in a single call.
- Enhances user experience by clearly categorizing discussions for contributors and maintainers.
Description
List discussion categories with their id and name, for a repository or organisation.
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| repo | string | Repository name. If not provided, discussion categories will be queried at the organisation level. |