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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -875,19 +875,19 @@ The following sets of tools are available (all are on by default):
875
875
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
876
876
-`repo`: Repository name (string, required)
877
877
878
-
-**list_tags** - List tags
879
-
-`owner`: Repository owner (string, required)
880
-
-`page`: Page number for pagination (min 1) (number, optional)
881
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
882
-
-`repo`: Repository name (string, required)
883
-
884
878
-**list_starred_repositories** - List starred repositories
885
879
-`direction`: The direction to sort the results by. (string, optional)
886
880
-`page`: Page number for pagination (min 1) (number, optional)
887
881
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
888
882
-`sort`: How to sort the results. Can be either 'created' (when the repository was starred) or 'updated' (when the repository was last pushed to). (string, optional)
889
883
-`username`: Username to list starred repositories for. If not provided, lists starred repositories for the authenticated user. (string, optional)
890
884
885
+
-**list_tags** - List tags
886
+
-`owner`: Repository owner (string, required)
887
+
-`page`: Page number for pagination (min 1) (number, optional)
888
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
889
+
-`repo`: Repository name (string, required)
890
+
891
891
-**push_files** - Push files to repository
892
892
-`branch`: Branch to push to (string, required)
893
893
-`files`: Array of file objects to push, each object with path (string) and content (string) (object[], required)
0 commit comments