GitHub Raw Request
github_requestSend authenticated requests to any GitHub REST API endpoint. Specify method, path, and optional parameters.
Instructions
Sends a raw authenticated request to GitHub REST API. Use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | REST path like /repos/{owner}/{repo} | |
| method | Yes | ||
| paramsJson | No | Optional JSON object string for request parameters |