Call an endpoint
call_endpointExecute one endpoint of a marketplace API through the live gateway. Requires a JoJ API key configured on this MCP connection as an HTTP header (Authorization: Bearer jk_...). Usage is billed to the key's subscription exactly like any other API call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path exactly as listed by get_api. | |
| slug | Yes | The API's marketplace slug. | |
| method | Yes | HTTP method of the endpoint. | |
| arguments | No | Endpoint arguments keyed by parameter name, as documented by get_endpoint (path/query/form/header parameters and, when documented, a `body` object). |