@@ -657,15 +657,10 @@ The following sets of tools are available:
657657 - ` owner ` : Repository owner (string, required)
658658 - ` repo ` : Repository name (string, required)
659659
660- - ** get_label** - Get a specific label from a repository.
661- - ` name ` : Label name. (string, required)
662- - ` owner ` : Repository owner (username or organization name) (string, required)
663- - ` repo ` : Repository name (string, required)
664-
665660- ** issue_read** - Get issue details
666661 - ` issue_number ` : The number of the issue (number, required)
667- - ` method ` : The read operation to perform on a single issue.
668- Options are:
662+ - ` method ` : The read operation to perform on a single issue.
663+ Options are:
6696641 . get - Get details of a specific issue.
6706652 . get_comments - Get issue comments.
6716663 . get_sub_issues - Get sub-issues of the issue.
@@ -683,8 +678,8 @@ Options are:
683678 - ` issue_number ` : Issue number to update (number, optional)
684679 - ` labels ` : Labels to apply to this issue (string[ ] , optional)
685680 - ` method ` : Write operation to perform on a single issue.
686- Options are:
687- - 'create' - creates a new issue.
681+ Options are:
682+ - 'create' - creates a new issue.
688683- 'update' - updates an existing issue.
689684 (string, required)
690685 - ` milestone ` : Milestone number (number, optional)
@@ -764,7 +759,7 @@ Options are:
764759<summary >Notifications</summary >
765760
766761- ** dismiss_notification** - Dismiss notification
767- - ` state ` : The new state of the notification (read/done) (string, optional )
762+ - ` state ` : The new state of the notification (read/done) (string, required )
768763 - ` threadID ` : The ID of the notification thread (string, required)
769764
770765- ** get_notification_details** - Get notification details
0 commit comments