GitHub

get_label

Get a specific label from a repository.

Remote github

Other tools also called get_label? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Label name."
    },
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "owner": {
      "type": "string",
      "description": "Repository owner (username or organization name)"
    }
  }
}
          

Provider

GitHub →