MCP Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
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
Executes a task as part of an MCP Server Tool function stack
Task
The task to run
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
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.