github_api
Directly call GitHub REST API using your stored token for operations not covered by the GitHub MCP server.
Instructions
Call GitHub REST API directly. Uses the GitHub token from local_profile.json. For operations not covered by the GitHub MCP server, or when it's not running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | API endpoint (e.g. /user/repos, /repos/owner/repo/issues) | |
| method | No | HTTP method | GET |
| body | No | Request body (for POST/PATCH/PUT) | |
| params | No | Query parameters |