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
|`secret_protection`| Secret protection related tools, such as GitHub Secret Scanning |
298
298
|`security_advisories`| Security advisories related tools |
299
299
|`stargazers`| GitHub Starring related tools |
300
-
|`sub_issues`| Sub-issue management - create, manage, and organize sub-issues |
300
+
|`sub_issues`| Sub-issue management |
301
301
|`users`| GitHub User related tools |
302
302
<!-- END AUTOMATED TOOLSETS -->
303
303
@@ -837,12 +837,23 @@ The following sets of tools are available (all are on by default):
837
837
-`repo`: Repository name (string, required)
838
838
-`tag`: Tag name (e.g., 'v1.0.0') (string, required)
839
839
840
+
-**get_tag** - Get tag details
841
+
-`owner`: Repository owner (string, required)
842
+
-`repo`: Repository name (string, required)
843
+
-`tag`: Tag name (string, required)
844
+
840
845
-**list_releases** - List releases
841
846
-`owner`: Repository owner (string, required)
842
847
-`page`: Page number for pagination (min 1) (number, optional)
843
848
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
844
849
-`repo`: Repository name (string, required)
845
850
851
+
-**list_tags** - List tags
852
+
-`owner`: Repository owner (string, required)
853
+
-`page`: Page number for pagination (min 1) (number, optional)
854
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
855
+
-`repo`: Repository name (string, required)
856
+
846
857
</details>
847
858
848
859
<details>
@@ -875,11 +886,6 @@ The following sets of tools are available (all are on by default):
875
886
-`repo`: Repository name (string, required)
876
887
-`sha`: Commit SHA, branch name, or tag name (string, required)
877
888
878
-
-**get_tag** - Get tag details
879
-
-`owner`: Repository owner (string, required)
880
-
-`repo`: Repository name (string, required)
881
-
-`tag`: Tag name (string, required)
882
-
883
889
-**list_branches** - List branches
884
890
-`owner`: Repository owner (string, required)
885
891
-`page`: Page number for pagination (min 1) (number, optional)
@@ -894,12 +900,6 @@ The following sets of tools are available (all are on by default):
894
900
-`repo`: Repository name (string, required)
895
901
-`sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
896
902
897
-
-**list_tags** - List tags
898
-
-`owner`: Repository owner (string, required)
899
-
-`page`: Page number for pagination (min 1) (number, optional)
900
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
901
-
-`repo`: Repository name (string, required)
902
-
903
903
-**search_code** - Search code
904
904
-`order`: Sort order for results (string, optional)
905
905
-`page`: Page number for pagination (min 1) (number, optional)
0 commit comments