list_issues
List issues from a repository with optional filters
get_issue
Get details of a specific issue
create_issue
Create a new issue in a repository
update_issue
Update an existing issue
close_issue
Close an issue
reopen_issue
Reopen a closed issue
add_issue_comment
Add a comment to an issue
list_issue_comments
List comments on an issue
list_pull_requests
List pull requests in a repository
get_pull_request
Get details of a specific pull request
create_pull_request
Create a new pull request
merge_pull_request
Merge a pull request
add_pull_request_comment
Add a comment to a pull request
list_pull_request_comments
List comments on a pull request
list_repositories
List repositories for the authenticated user or organization
get_repository
Get details of a repository
create_repository
Create a new repository
delete_repository
Delete a repository
list_branches
List branches in a repository
create_branch
Create a new branch
delete_branch
Delete a branch
list_commits
List commits in a repository
get_commit
Get details of a specific commit
list_files
List files in a repository directory
get_file_content
Get content of a file from a repository
create_file
Create a new file in a repository
update_file
Update an existing file in a repository
delete_file
Delete a file from a repository
search_code
Search for code across repositories
search_issues
Search for issues across repositories
search_repositories
Search for repositories
list_labels
List labels in a repository
create_label
Create a new label
update_label
Update an existing label
delete_label
Delete a label
list_milestones
List milestones in a repository
create_milestone
Create a new milestone
update_milestone
Update an existing milestone
delete_milestone
Delete a milestone
list_releases
List releases in a repository
create_release
Create a new release
delete_release
Delete a release
list_workflows
List GitHub Actions workflows
trigger_workflow
Trigger a GitHub Actions workflow
list_workflow_runs
List workflow runs
get_workflow_run
Get details of a workflow run
cancel_workflow_run
Cancel a workflow run
list_artifacts
List artifacts from a workflow run
download_artifact
Download an artifact
list_environments
List environments in a repository
create_environment
Create a new environment
delete_environment
Delete an environment
list_secrets
List secrets in a repository
create_secret
Create a new secret
delete_secret
Delete a secret
list_variables
List variables in a repository
create_variable
Create a new variable
delete_variable
Delete a variable
list_collaborators
List collaborators on a repository
add_collaborator
Add a collaborator to a repository
remove_collaborator
Remove a collaborator from a repository
list_teams
List teams in an organization
get_team
Get details of a team
create_team
Create a new team
add_team_member
Add a member to a team
remove_team_member
Remove a member from a team
list_team_repositories
List repositories for a team
add_team_repository
Add a repository to a team
remove_team_repository
Remove a repository from a team