skool_request
Make authenticated HTTP requests to any Skool URL to explore APIs and debug issues. Cookies and user-agent are injected automatically.
Instructions
Make an arbitrary authenticated HTTP request to any Skool URL. Useful for API discovery and debugging. Cookies and User-Agent are injected automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to request (e.g. https://www.skool.com/some/path or https://api2.skool.com/endpoint) | |
| body | No | Request body (for POST/PUT/PATCH) | |
| method | No | HTTP method | GET |
| headers | No | Additional headers as key-value pairs |