blackboard_raw_api
Make direct REST API requests to Blackboard Learn for any endpoint, covering gaps not handled by other tools.
Instructions
Make a raw REST API call to Blackboard Learn. Use for any endpoint not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body string for POST/PUT/PATCH | |
| path | Yes | API path, e.g. /learn/api/public/v1/users/me | |
| query | No | Query string, e.g. limit=10&offset=0 | |
| method | Yes | HTTP method |