Skip to main content
POST
Core - Test a single tool

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the MCP server.

Body

application/json
tool_name
string
required

Bare upstream tool name, not a gateway's namespaced exposed_name.

arguments
object

Arguments passed to the tool, matching its input_schema.

discovery_variables
object

Values for the server's template_variables; treated as sensitive and not persisted.

Response

200 - application/json

OK

result
object