You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`method`: Operation to perform: create, get, update or delete (string, required)
539
+
-`name`: Label name (for get/update/delete or to create with this name). For 'get' method: optional - if provided, gets specific label; if omitted, lists all labels. (string, optional)
540
+
-`new_name`: New name for the label (update only) (string, optional)
541
+
-`owner`: Repository owner (string, optional)
542
+
-`repo`: Repository name (string, optional)
543
+
535
544
-**get_issue** - Get issue details
536
545
-`issue_number`: The number of the issue (number, required)
537
546
-`owner`: The owner of the repository (string, required)
@@ -544,6 +553,13 @@ The following sets of tools are available (all are on by default):
544
553
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
545
554
-`repo`: Repository name (string, required)
546
555
556
+
-**issue_label** - Manage issue labels
557
+
-`issue_number`: Issue number (number, required)
558
+
-`labels`: Label names for add/remove operations (not used for list) (string[], optional)
559
+
-`method`: Operation to perform: list, add, or remove (string, required)
560
+
-`owner`: Repository owner (string, required)
561
+
-`repo`: Repository name (string, required)
562
+
547
563
-**list_issue_types** - List available issue types
548
564
-`owner`: The organization owner of the repository (string, required)
0 commit comments