MCP Functions
Run API Endpoint
Executes an API endpoint as part of an MCP Server Tool function stack
API Group
The API group that contains the API you'd like to run
Endpoint
The API endpoint to run
Return as
The variable to store the output of the API call
Run Task
Executes a task as part of an MCP Server Tool function stack
Task
The task to run
MCP List Tools
Provides a list of available tools and their configurations from an MCP server
url
The URL to access the MCP server
bearer token
If required, an authentication token to access the server
MCP Call Tool
Executes a tool available on a remote MCP server
url
The URL to access the MCP server
bearer token
If required, an authentication token to access the server
tool name
The name of the tool to call
args
The data that the tool requires, if any. This should usually be a JSON object.
Last updated
Was this helpful?