Skip to content

Commit 77771a2

Browse files
committed
Update documentation
1 parent 001e0a1 commit 77771a2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
669664
1. get - Get details of a specific issue.
670665
2. get_comments - Get issue comments.
671666
3. 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

Comments
 (0)