Skip to content

GitHub Tools Documentation

This document lists all available GitHub tools and their usage.

Configuration Requirements

To use these tools, you need to configure the following: - GitHub Personal Access Token

Tools

Tool Name Description Parameters
github_get_issue Get details of a specific issue or pull request in a GitHub repository. - owner (string): The owner of the repository
- repo (string): The name of the repository
- issue_number (string): The number of the issue or pull request
github_create_issue Create a new issue in a GitHub repository. - owner (string): The owner of the repository
- repo (string): The name of the repository
- title (string): The title of the issue
- body (string, optional): The content of the issue
- labels (string[], optional): Labels to apply to the issue