| Read | 7 |
| Tool Name | Description |
|---|
| github_get_authenticated_user | Get authenticated GitHub user profile | | github_list_repos | List user repositories. Filter by type, sort order, and count | | github_get_repo | Get repository details | | github_list_issues | List repository issues. Filter by state, labels, sort order | | github_get_issue | Get issue details | | github_list_pull_requests | List repository PRs. Filter by state and sort order | | github_get_pull_request | Get PR details |
|
| Search | 3 |
| Tool Name | Description |
|---|
| github_search_repos | Search repositories. Supports qualifiers like language:python stars:>100 topic:ai | | github_search_issues | Search issues/PRs. Supports qualifiers like is:issue is:open repo:owner/name label:bug | | github_search_code | Search code. Use repo:owner/name language:python extension:py to find specific code |
|
| Write | 4 |
| Tool Name | Description |
|---|
| github_create_issue | Create new issue. Specify title, body, labels, assignees | | github_create_issue_comment | Add comment to existing issue | | github_update_issue | Update issue. Change title, body, state, labels, assignees | | github_create_repo | Create new repository. Set description, visibility, auto-generate README/gitignore/license |
|