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
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -479,14 +479,14 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
479
479
-`filter`: Filters jobs by their completed_at timestamp (string, optional)
480
480
-`owner`: Repository owner (string, required)
481
481
-`page`: Page number for pagination (min 1) (number, optional)
482
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
482
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
483
483
-`repo`: Repository name (string, required)
484
484
-`run_id`: The unique identifier of the workflow run (number, required)
485
485
486
486
-**list_workflow_run_artifacts** - List workflow artifacts
487
487
-`owner`: Repository owner (string, required)
488
488
-`page`: Page number for pagination (min 1) (number, optional)
489
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
489
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
490
490
-`repo`: Repository name (string, required)
491
491
-`run_id`: The unique identifier of the workflow run (number, required)
492
492
@@ -496,15 +496,15 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
496
496
-`event`: Returns workflow runs for a specific event type (string, optional)
497
497
-`owner`: Repository owner (string, required)
498
498
-`page`: Page number for pagination (min 1) (number, optional)
499
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
499
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
500
500
-`repo`: Repository name (string, required)
501
501
-`status`: Returns workflow runs with the check run status (string, optional)
502
502
-`workflow_id`: The workflow ID or workflow file name (string, required)
503
503
504
504
-**list_workflows** - List workflows
505
505
-`owner`: Repository owner (string, required)
506
506
-`page`: Page number for pagination (min 1) (number, optional)
507
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
507
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
508
508
-`repo`: Repository name (string, required)
509
509
510
510
-**rerun_failed_jobs** - Rerun failed jobs
@@ -633,15 +633,15 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
633
633
-`issue_number`: Issue number (number, required)
634
634
-`owner`: Repository owner (string, required)
635
635
-`page`: Page number for pagination (min 1) (number, optional)
636
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
636
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
637
637
-`repo`: Repository name (string, required)
638
638
639
639
-**list_issues** - List issues
640
640
-`direction`: Sort direction (string, optional)
641
641
-`labels`: Filter by labels (string[], optional)
642
642
-`owner`: Repository owner (string, required)
643
643
-`page`: Page number for pagination (min 1) (number, optional)
644
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
644
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
645
645
-`repo`: Repository name (string, required)
646
646
-`since`: Filter by date (ISO 8601 timestamp) (string, optional)
647
647
-`sort`: Sort order (string, optional)
@@ -651,7 +651,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
651
651
-`order`: Sort order (string, optional)
652
652
-`owner`: Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
653
653
-`page`: Page number for pagination (min 1) (number, optional)
654
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
654
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
655
655
-`query`: Search query using GitHub issues search syntax (string, required)
656
656
-`repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
657
657
-`sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
@@ -685,7 +685,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
685
685
-`filter`: Filter notifications to, use default unless specified. Read notifications are ones that have already been acknowledged by the user. Participating notifications are those that the user is directly involved in, such as issues or pull requests they have commented on or created. (string, optional)
686
686
-`owner`: Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
687
687
-`page`: Page number for pagination (min 1) (number, optional)
688
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
688
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
689
689
-`repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
690
690
-`since`: Only show notifications updated after the given time (ISO 8601 format) (string, optional)
691
691
@@ -712,7 +712,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
712
712
-**search_orgs** - Search organizations
713
713
-`order`: Sort order (string, optional)
714
714
-`page`: Page number for pagination (min 1) (number, optional)
715
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
715
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
716
716
-`query`: Search query using GitHub organizations search syntax scoped to type:org (string, required)
717
717
-`sort`: Sort field by category (string, optional)
718
718
@@ -781,7 +781,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
781
781
-**get_pull_request_files** - Get pull request files
782
782
-`owner`: Repository owner (string, required)
783
783
-`page`: Page number for pagination (min 1) (number, optional)
784
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
784
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
785
785
-`pullNumber`: Pull request number (number, required)
786
786
-`repo`: Repository name (string, required)
787
787
@@ -801,7 +801,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
801
801
-`head`: Filter by head user/org and branch (string, optional)
802
802
-`owner`: Repository owner (string, required)
803
803
-`page`: Page number for pagination (min 1) (number, optional)
804
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
804
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
805
805
-`repo`: Repository name (string, required)
806
806
-`sort`: Sort by (string, optional)
807
807
-`state`: Filter by state (string, optional)
@@ -823,7 +823,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
823
823
-`order`: Sort order (string, optional)
824
824
-`owner`: Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
825
825
-`page`: Page number for pagination (min 1) (number, optional)
826
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
826
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
-`repo`: Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
829
829
-`sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
@@ -893,7 +893,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
893
893
-**get_commit** - Get commit details
894
894
-`owner`: Repository owner (string, required)
895
895
-`page`: Page number for pagination (min 1) (number, optional)
896
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
896
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
897
897
-`repo`: Repository name (string, required)
898
898
-`sha`: Commit SHA, branch name, or tag name (string, required)
899
899
@@ -902,7 +902,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
902
902
-`path`: Path to file/directory (directories must end with a slash '/') (string, required)
903
903
-`ref`: Accepts optional git refs such as `refs/tags/{tag}`, `refs/heads/{branch}` or `refs/pull/{pr_number}/head` (string, optional)
904
904
-`repo`: Repository name (string, required)
905
-
-`sha`: Accepts optional git sha, if sha is specified it will be used instead of ref (string, optional)
905
+
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
906
906
907
907
-**get_tag** - Get tag details
908
908
-`owner`: Repository owner (string, required)
@@ -912,21 +912,21 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
912
912
-**list_branches** - List branches
913
913
-`owner`: Repository owner (string, required)
914
914
-`page`: Page number for pagination (min 1) (number, optional)
915
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
915
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
916
916
-`repo`: Repository name (string, required)
917
917
918
918
-**list_commits** - List commits
919
-
-`author`: Author username or email address (string, optional)
919
+
-`author`: Author username or email address to filter commits by (string, optional)
920
920
-`owner`: Repository owner (string, required)
921
921
-`page`: Page number for pagination (min 1) (number, optional)
922
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
922
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
923
923
-`repo`: Repository name (string, required)
924
-
-`sha`: The commit SHA, branch name, or tag name to list commits from. If not specified, defaults to the repository's default branch. (string, optional)
924
+
-`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)
925
925
926
926
-**list_tags** - List tags
927
927
-`owner`: Repository owner (string, required)
928
928
-`page`: Page number for pagination (min 1) (number, optional)
929
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
929
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
930
930
-`repo`: Repository name (string, required)
931
931
932
932
-**push_files** - Push files to repository
@@ -939,13 +939,13 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
939
939
-**search_code** - Search code
940
940
-`order`: Sort order (string, optional)
941
941
-`page`: Page number for pagination (min 1) (number, optional)
942
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
942
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
943
943
-`q`: Search query using GitHub code search syntax (string, required)
944
944
-`sort`: Sort field ('indexed' only) (string, optional)
945
945
946
946
-**search_repositories** - Search repositories
947
947
-`page`: Page number for pagination (min 1) (number, optional)
948
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
948
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
949
949
-`query`: Search query (string, required)
950
950
951
951
</details>
@@ -975,7 +975,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
975
975
-**search_users** - Search users
976
976
-`order`: Sort order (string, optional)
977
977
-`page`: Page number for pagination (min 1) (number, optional)
978
-
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
978
+
-`perPage`: Results per page for pagination (min 1, max 100). If unset, defaults to 30. (number, optional)
979
979
-`query`: Search query using GitHub users search syntax scoped to type:user (string, required)
980
980
-`sort`: Sort field by category (string, optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/list_commits.snap
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"inputSchema": {
8
8
"properties": {
9
9
"author": {
10
-
"description": "Author username or email address",
10
+
"description": "Author username or email address to filter commits by",
11
11
"type": "string"
12
12
},
13
13
"owner": {
@@ -20,7 +20,7 @@
20
20
"type": "number"
21
21
},
22
22
"perPage": {
23
-
"description": "Results per page for pagination (min 1, max 100)",
23
+
"description": "Results per page for pagination (min 1, max 100). If unset, defaults to 30.",
24
24
"maximum": 100,
25
25
"minimum": 1,
26
26
"type": "number"
@@ -30,7 +30,7 @@
30
30
"type": "string"
31
31
},
32
32
"sha": {
33
-
"description": "The commit SHA, branch name, or tag name to list commits from. If not specified, defaults to the repository's default branch.",
33
+
"description": "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.",
Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.
Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.
🎥 Watch TMZ Live
TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.
0 commit comments