Run API Endpoint

Executes an API endpoint as part of an MCP Server Tool function stack
ParameterPurpose
API GroupThe API group that contains the API you’d like to run
EndpointThe API endpoint to run
Return asThe variable to store the output of the API call

Note

When using the Run API Endpoint function, authentication tokens are not checked.

Run Task

Executes a task as part of an MCP Server Tool function stack
ParameterPurpose
TaskThe task to run
Tasks have no output.

MCP List Tools

Provides a list of available tools and their configurations from an MCP server
ParameterPurpose
urlThe URL to access the MCP server
bearer tokenIf required, an authentication token to access the server

MCP Call Tool

Executes a tool available on a remote MCP server
ParameterPurpose
urlThe URL to access the MCP server
bearer tokenIf required, an authentication token to access the server
tool nameThe name of the tool to call
argsThe data that the tool requires, if any. This should usually be a JSON object.