GitHub
list_discussion_categories
List discussion categories with their id and name, for a repository or organisation.
Remote github
Other tools also called list_discussion_categories?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"repo": {
"type": "string",
"description": "Repository name. If not provided, discussion categories will be queried at the organisation level."
},
"owner": {
"type": "string",
"description": "Repository owner"
}
}
}