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
-
544
535
-**get_issue** - Get issue details
545
536
-`issue_number`: The number of the issue (number, required)
546
537
-`owner`: The owner of the repository (string, required)
@@ -553,11 +544,20 @@ The following sets of tools are available (all are on by default):
553
544
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
554
545
-`repo`: Repository name (string, required)
555
546
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)
-`color`: Label color as 6-character hex code without '#' prefix, e.g. 'f29513' for orange. REQUIRED for 'create', OPTIONAL for 'update'. (string, optional)
556
+
-`description`: Label description text. OPTIONAL for both 'create' and 'update' operations. (string, optional)
557
+
-`method`: Create/Read/Update/Delete a github label. (string, required)
558
+
-`name`: Label name. REQUIRED for: create, update, delete operations. OPTIONAL for: get operation (if omitted, lists all repository labels; if provided, gets specific label details). (string, optional)
559
+
-`new_name`: New name for the label (used only with 'update' method to rename a label) (string, optional)
560
+
-`owner`: Repository owner (username or organization name) (string, required)
561
561
-`repo`: Repository name (string, required)
562
562
563
563
-**list_issue_types** - List available issue types
0 commit comments